GET payments Export
GET
/payments/exportAuthorizationBearer <token>
Paste your JWT token here
In: header
Query Parameters
startDate?string
The beginning of the date range for the export.
Format
date-timeendDate?string
The end of the date range for the export.
Format
date-timeResponse Body
text/csv
text/csv
text/csv
curl -X GET "https://loading/payments/export""string"{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}