Errors
Validere uses standard HTTP response codes to indicate the success or failure of an API request.
Codes in the:
2xx
range indicate success4xx
range indicate an error that failed given the data provided (i.e. a required parameter is missing, the shape of the data is invalid, an issue with the authorization)5xx
range indicate an error with Validere's servers
HTTP Status Code Summary
200
OK
The request was successful
400
Bad Request
The request was invalid
401
Unauthorized
Authentication failed
403
Forbidden
Credentials provided do not have permission for the requested action
404
Not found
The requested resource was not found
429
Conflict
The request conflicts with either another request or data configured in the system
500
, 502
, 503
, 504
Server errors
An error occurred on the Validere server
Last updated