GMD API v2
Status and Error Codes
The API returns status and errors in the following format :
Code
Below are some possible status and error codes.
| Code | Status/Error | Definition |
|---|---|---|
| 200 | OK | The request has succeeded. |
| 400 | invalid_query_parameter_key | API received one or more invalid input parameter key |
| 400 | invalid_query_parameter_value | API received one or more invalid input parameter value |
| 400 | invalid_request | API received an invalid request |
| 401 | unauthorized_invalid_api_key | The API received an invalid API key |
| 401 | unauthorized_invalid_entitlement_permissions | The request does not have the required entitlement permissions |
| 401 | unauthorized_missing_api_key | The API did not receive an API key |
| 403 | plan_limit_exceeded | The request exceeded your plan's request limit |
| 404 | page_not_found | The requested page was not found |
| 404 | resource_not_found | The requested resource was not found |
| 413 | request_too_large | The size of request exceeds the limit |
| 429 | rate_limit_exceeded | The number of queries exceeded your plans rate limit |
| 500 | internal_server_error | An internal server error occurred in the internal functioning of the API |
| 503 | service_unavailable | The requested service is not available |
Last modified on