Errors
Learn about our response and error codes.
ComplyCube uses standard HTTP response codes to indicate the success or failure of an API request.
Codes in the 2xx
range indicate success. Codes in the 4xx
range indicate an error that failed given the information provided. Codes in the 5xx
range indicate an error with ComplyCube's servers.
Some 4xx
errors include an error code that briefly explains why the error occurred.
HTTP Response Codes
Processing Errors
Example of Standard Errors
Below you will find some example error responses from the ComplyCube API.
Forbidden
You'll most likely receive a 401: Unauthorized
response when you provide an invalid API key.
Bad Request
You'll get a 400: Bad Request
when you fail validation.
Not Found
When a resource is not found, you will get a 404: Not Found
response.
Rate Limited
You will receive a 429: Too Many Requests
response when you make too many requests.
Internal Server Error
You'll receive a 500: Internal Server Error
response when something goes wrong on our side.
Last updated