Skip to main content
All stable API routes use the /api/v1 prefix. Create an API key in the dashboard, then send it as a bearer token with every API request:
Successful responses are wrapped in a data object.

API keys

API keys are for server-side applications. Do not put them in browser code, mobile apps, or other places where users can extract them. Use separate keys for separate apps, stages, or teams. Revoke keys that are no longer used.

Dashboard auth

Dashboard sign-in uses short-lived access tokens and refresh tokens. Customer integrations should use API keys, not dashboard tokens.