Base URL
All API requests go to:/public/v1/. A full request URL looks like:
Authentication
The API uses Bearer token authentication. Pass your API key in theAuthorization header on every request. See Authentication for details on obtaining and using keys.
Request and response format
All request bodies and responses use JSON. SetContent-Type: application/json when sending a request body.
Pagination
Endpoints that return lists acceptlimit and offset query parameters and include a total field in the response.
The response
total field tells you how many records exist in total, so you can calculate subsequent offsets.
Available endpoints
Error codes
All errors return anApiError JSON object with type, message, and statusCode fields.

