HTTP Codes
The below table consists of all the HTTP error codes returned by our Service APIs, the meaning the recommended actions for each.
Code
Meaning
Actions
400
Bad Request - invalid request received (e.g. missing Bundle key, required parameters or invalid JSON)
Make sure all the required parameters are included.
401
Invalid credentials
Make sure you are using the correct credentials and try again.
403
Invalid access token
Generate and include a valid access token and try again.
404
Not Found
The requested service/endpoint was not found. Check the endpoint and body of the request & try again.
415
Unsupported Media Type
Please re-check your image format.
422
Unprocessable Entity
Check the custom error code returned in the response, and refer to the Valify Error Codes table for more information.
500
Internal Server Error
Well-formed request received, but an unexpected error has occurred. Try again later.
Last updated