Authorization header using the Bearer scheme.
API keys
API keys are created in the Developer section of your dashboard. Each key is scoped to your Platform and can be independently labeled and revoked. Keys are prefixed withsk_ and should be treated as secrets. Do not expose them in client-side code, public repositories, or logs.
Environments
Sandbox and production use separate API keys. You can create and manage keys for each environment independently from your dashboard.
Error responses
Requests with a missing or invalid API key return a401 Unauthorized response: