Response Codes & Descriptions
HTTP Status Code
Code | Message | Description |
---|---|---|
200 | OK | Request processed as expected |
400 | INVALID_REQUEST | Request is not well formed, violates schema or incorrect fields. |
401 | NOT_AUTHORIZED | The API key doesn't match the signature or doesn't have the permissions to perform the request. |
403 | FORBIDDEN | The API key's permissions doesn't match the needed permission to complete the request |
404 | NOT_FOUND | The requested resource or endpoint doesn't exist |
429 | RATE_LIMIT_REACHED | Too many requests. Blocked due to rate limiting |
502 | Bad Gateway | |
503 | Service temporarily unavailable |
Updated over 2 years ago