HTTP Error Code

The Accurate Background API uses the standard HTTP error codes to return information about failed API calls.

HTTP Error CodeDescription
200 OKA successful API call
400 Bad RequestThe Accurate Background API discovered an error in the syntax of the request.
401 UnauthorizedThe client did not provide authorized credentials required for processing
402 Payment RequiredThe developer needs to set up payment in the dev dashboard
403 ForbiddenThe client does not have permission to access the resource
404 Not FoundThe resource requested was not found
405 Wrong MethodThe client accessed the resource using an unsupported method, e.g. a POST on a GET only resource
500 Server ErrorSomething went wrong in processing the request