Skip to main content
GET
/
report
/
{reportIdentifier}
Get the report
curl --request GET \
  --url https://operator-financial-reporting.staging.ezprk.dev/report/{reportIdentifier} \
  --header 'X-Authorization: <api-key>'
"[{\"SUPPLIERID\":123,\"PARKINGACTIONID\":123456,\"STARTPARKINGONLOCAL\":\"2025-03-17T08:31:05...."

Authorizations

X-Authorization
string
header
required

For the header value, use the format: Bearer YOUR-JWT-TOKEN. You can get the token from the auth/v1 endpoint.

Path Parameters

reportIdentifier
string
required

The report identifier from the report generation initiation

Response

The generated report is available for immediate download. The response contains the complete report file with all requested data, including both default columns and any additional fields specified in the initial report generation request.

JSON report file