Errors relating to API Keys, Signatures, and Permissions
Code | HTTP Status | Message | Description |
---|---|---|---|
MISSING_API_KEY | 401 | Missing x-api-key header | API key was not provided in request headers |
DISABLED_API_KEY | 401 | API Key has been disabled | The provided API key is no longer active |
INVALID_API_KEY | 401 | Invalid API Key | The provided API key is not recognized |
MISSING_SIGNATURE | 401 | Missing x-signature header | Request signature was not provided |
INVALID_SIGNATURE | 401 | Invalid signature | The provided signature is invalid or malformed |
INSUFFICIENT_PERMISSIONS | 403 | API Key does not have required permissions | The API key lacks necessary permissions |
FORBIDDEN | 403 | Forbidden | The requested resource is not accessible |