Interacting with our APIs may result in an error instead of the expecting result. Apollo tries to respond with a detailed error message that will help you figure out what went wrong and how to fix it.
Status | Description |
---|---|
400 | Invalid request See error_message for more details |
401 | Invalid access credentials Apollo cannot authorize the team with the provided API Key |
403 | Forbidden See error_message for more details- This endpoint is only available to Apollo users on paid plans: Learn more about your Apollo plan and API Access level API Pricing - API inaccessible with this api_key: Ensure that your plan is still active and that your API key is set as the master key. |
404 | Not Found The endpoint does not exist |
422 | Unknown Error See error_message for more details- Parameters misconfigured - Not a valid ID |
429 | Client Error See error_message for more details- Too many requests: Review the software and extensions you are using that might have led to this |
500 | Internal Server Error An unexpected error of application. Please, contact Apollo support to clarify the reason for such an error |