Authorization header.
API key prefixes
The API key determines the business, environment, and permissions for the request. Do not pass business or environment IDs in public API requests.
Create and store keys
Create keys in the API Keys dashboard. Copy the raw key when it is created and store it in your secret manager or deployment environment variables.Permissions
Each key has a permission set. Current public API permissions include:Authentication errors
Missing API key
If you do not include theAuthorization header, the API returns 401 Unauthorized.
Invalid API key
If the key is incorrect, malformed, or not found, the API returns403 Forbidden.
Insufficient permissions
If the key does not have the permission required by an endpoint, the API returns422 Unprocessable Entity.