Base URLs
Versioning
The API is versioned by URL path (/v1). Breaking changes are introduced in new major versions with a 12-month deprecation notice. The current version is v1.
Request Format
All requests must include:Content-Type: application/jsonforPOST,PUT, andPATCHrequestsX-API-Key: esk_live_...orAuthorization: Bearer {token}for authentication
Error Format
All errors follow a consistent structure:Pagination
List endpoints return paginated results using cursor-based pagination:next_cursor as the cursor parameter in your next request to retrieve the following page.