Base URL
Authentication
All requests require theAuthorization header with your API key. Get your key in the Partner Dashboard.
See the Authentication page for error codes and detailed setup.
Endpoints
Pagination
All list endpoints acceptoffset and limit as query parameters.
Date formats
Every timestamp field has two variants:- ISO 8601 string (
*_at) e.g."2024-06-01T12:00:00+00:00" - Unix timestamp integer (
*_at_ts/*_ts) e.g.1717243200
Response format
All responses return HTTP200. The actual status is in the status field.