Veridion APIs use standard HTTP response codes to indicate various classes of success or error responses. Below is a list of the codes returned by our APIs.
HTTP Status | Description |
---|---|
| Standard HTTP successful response. |
| The request was acknowledged and processed but no response was available. The caller should retry the request later. |
| Standard HTTP invalid request response. The request body does not match the expected schema or invalid parameters were passed. Check the error response |
| Standard HTTP unauthorized access response. Authentication is invalid. Check if the |
| Standard HTTP forbidden access response. API Quotas were reached or you don't have enough permissions to access the requested resource. Please contact technical support for more information. |
| Standard HTTP response. Indicates that the server understands the request but cannot process it due to semantic errors. Returned when the request is syntactically correct but contains invalid or logically incorrect data. |
| Standard HTTP response for exceeding rate limits. Please wait for a few seconds and then retry the request. Read more on Rate Limiting. |
| Standard HTTP response for an unexpected error that occurred on our server. Please retry the request or contact technical support if the error persists. |
| Standard HTTP service unavailable response, indicating that the server is temporarily unable to handle the request. Please retry the request or contact technical support if the error persists. |
| Standard HTTP response for server timeout when attempting to complete the request. Please retry the request or contact technical support if the error persists. |