HTTP Error Code
The Accurate Background API uses the standard HTTP error codes to return information about failed API calls.
HTTP Error Code  | Description  | 
|---|---|
200 OK  | A successful API call  | 
400 Bad Request  | The Accurate Background API discovered an error in the syntax of the request.  | 
401 Unauthorized  | The client did not provide authorized credentials required for processing  | 
402 Payment Required  | The developer needs to set up payment in the dev dashboard  | 
403 Forbidden  | The client does not have permission to access the resource  | 
404 Not Found  | The resource requested was not found  | 
405 Wrong Method  | The client accessed the resource using an unsupported method, e.g. a POST on a GET only resource  | 
500 Server Error  | Something went wrong in processing the request  | 
Updated about 2 months ago