Download OpenAPI specification:Download
Operator Financial Reporting API is a collection of endpoints (currently available only in US region) that allows parking operators and data aggregators to fetch parking transactions report which will be generated in JSON or CSV formats.
auth/v1
endpoint to obtain a JWT token/report/generate
endpointAPI users must authenticate using JWT tokens passed in the X-Authorization
header with the format Bearer YOUR-JWT-TOKEN
.
Tokens can be obtained from the auth/v1
endpoint using client credentials (clientId and clientSecret).
For testing purposes, you can request test credentials from the support team.
The API returns appropriate HTTP status codes and detailed error messages:
Important Note: When checking report status, if the report generation fails, the API returns a 200 OK HTTP status code with a problem details object in the response body containing status code 400. Client applications should always check the response content type (application/problem+json) and examine the response body to properly handle error scenarios.
The report contains default columns and additional fields requested by the user.