All API requests require a Bearer token in the Authorization header.
API keys
Get your API key from the Developer Dashboard.
Making authenticated requests
Include your key in the Authorization header:
Never expose your API key in client-side code, public repositories, or logs.
Scopes
Each key can be limited to specific scopes. Available scopes:
Error responses
If your key is missing or invalid, the API returns:
- 401 Unauthorized — missing or invalid key
- 403 Forbidden — valid key but insufficient scope