Status Codes
  • 19 Jan 2024
  • PDF

Status Codes

  • PDF

Article Summary

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. 




Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.