Status Codes

Prev Next

Status codes & error handling 


Below are common status codes you may see. Review HTTP Status Code Overview for more comprehensive information. 


Status Code 
Status Description 
Error Handling 
200 OK. Successful. N/A
400Property not found. The server is unable to process the request. Client error, double-check the following: 
  • Request payload, parameter, and data type formatting
  • review validation errors 
  • Network connection
401Unauthorized request/invalid authentication credentials. Client error, double-check the following: 
  • Refresh your access token or get a new one. 
  • Network connection
404Not Found. The requested resource does not exist on the server. Double-check the following: 
  • Request payload, parameter, and data type formatting
  • review validation errors 
500Internal Server Error. Unexpected server error. Filter your results if your query volume is too large. 
503Service Unavailable. The server is unable to process requests.