Errors

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 CodeDescription
401The request was unauthorized.
403The request could not be authenticated or the authenticated user is not authorized to access the requested resource.
404The requested resource does not exist.
422The request could not be processed, usually due to a missing or invalid parameter.
429The user has sent too many requests in a give amount of time.
500Something went wrong on our end, please contact support immediately.