Skip to main content

Authentication

This endpoint requires authentication. See Authentication for detailed information about required headers and how to obtain your API keys.

Query Params

Date
required
Filter by start date (from this date). Format: ISOString
Date
required
Filter by end date (to this date). Format: ISOString
number
default:"1"
The starting page number for pagination. Used to control which page of results to return.
number
default:"50"
The number of results to return per page. Maximum value is typically 100.

Example Request

Response

The response returns data in a humanized format, meaning all information is localized and ready to be displayed to end users in the requested language.
Pagination: Use the start and length parameters to paginate through results. The response includes a total field indicating the total number of records available.

Error Responses

Bad Request
Invalid query parameters or date format
Unauthorized
Missing or invalid authentication headers
Forbidden
Insufficient permissions to access data