Base URL
Authentication
Most endpoints require authentication via a Bearer token. See the Authentication guide for full details.Bearer Token
Construct the token by Base64-encodingaccountId:apiKey:
Authorization header:
Response Format
All API responses use a standard envelope:Error Format
Whensuccess is false, the error field contains:
Error Codes
Pagination
List endpoints support pagination withlimit and offset query parameters:
Paginated responses include total count:
Search & Filtering
Many list endpoints support asearch query parameter for case-insensitive partial matching, and from/to date range filters: