Authorization header.
API keys
Create keys in the dashboard under Developers → API Keys.Request format
Example:Unauthorized requests
Missing or invalid keys return401 Unauthorized:
Key rotation
To rotate a key:- Create a new API key
- Update your application configuration
- Revoke the old key from the dashboard
Dashboard vs API authentication
Only server-side code should use API keys. Never expose keys in browser JavaScript or mobile apps.
