Base URL
All API requests should be made to:Authentication
Authenticate requests by including an App API key in thex-api-key header:
See the Authentication guide to
learn how to create an app and get your API key.
Resources
Response format
All responses return JSON. Successful responses include anobject field indicating the resource type:
Pagination
List endpoints support cursor-based pagination using the following query parameters:
To paginate through results:
- Make an initial request without the
startingAfterparameter - If
hasMoreistrue, use theidof the last item indataas thestartingAfterparameter for the next request - Repeat until
hasMoreisfalse