Zonos API error codes
Error code | Meaning |
---|---|
400 - Bad Request | The request was unacceptable. This is often due to a missing required parameter. |
401 - Unauthorized | No valid API key has been provided. |
403 - Forbidden | The API key does not have permissions to perform the request. |
404 - Not Found | The requested resource does not exist. |
405 - Method Not Allowed | The method used to access a resource was invalid. |
406 - Not Acceptable | The format requested was not in JSON. |
422 - Unprocessable Entity | The request is unable to be processed. |
429 - Too Many Requests | Too many requests have hit the API too quickly. We recommend an exponential backoff of your requests. |
500 - Internal Server Error | Zonos is having a problem with the server. Please try again later. |
503 - Service Unavailable | Zonos is temporarily offline for maintenance. Please try again later. |
API error messages
Learn about API error codes and the meaning behind them.Below is a list of possible error codes and an explanation of what causes the error to help you resolve them.