Base URL
All API requests are made to:/v1.
Quick start
Create an API token
Open the Credentials page in your dashboard and create a token. Copy the
ek_live_... value. It is shown only once.How requests are authenticated
Every request must include anAuthorization header with a Bearer token:
Response format
All responses return JSON. Successful responses use2xx status codes; errors use 4xx or 5xx with a body of:
What’s next
Authentication
Learn how to authenticate requests with
ek_live_ tokens.Errors
Understand HTTP status codes and error response shapes.
Rate limits
Stay within the request limits and read the rate-limit headers.
Endpoints
Browse every endpoint with schemas and samples.