Handling
The Software API uses HTTP status codes to indicate an error has occurred while processing a request. There are five main error status codes used by the API:
| Status Code | Description | 
|---|---|
| 401 | The request was unauthorized. | 
| 403 | The request could not be authenticated or the authenticated user is not authorized to access the requested resource. | 
| 404 | The requested resource does not exist. | 
| 422 | The request could not be processed, usually due to a missing or invalid parameter. | 
| 429 | The user has sent too many requests in a give amount of time. | 
| 500 | Something went wrong on our end, please contact support immediately. | 
