Authorization header.
Getting your API key
- Sign in to your Developer Dashboard
- Navigate to API Keys
- Click Create API Key
- Copy the generated key (starts with
sk_live_v1...)
Making authenticated requests
Include your API key in theAuthorization header with the Bearer scheme:
Authentication errors
Missing or invalid token
If your API key is missing or invalid, you’ll receive a401 Unauthorized response:
- Forgot to include the
Authorizationheader - Typo in the API key
- Using a revoked or deleted key
- Missing
Bearerprefix
Managing API keys
All API key management happens through your Developer Dashboard. You can create and delete keys at any time. Go to your Developer Dashboard to:- Create new API keys - Generate additional keys for different projects or environments
- View existing keys - See all your active API keys
- Delete keys - Permanently revoke keys that are no longer needed
Developer Dashboard
Manage your API keys and monitor authentication activity