Common Error Messages
Error Codes
The REST API will return the following HTTP errors:
Code | Response | Description |
---|---|---|
400 | Bad Request | This indicates that some portion of the request is not allowed by the server. This can be either because the JSON provided in a PUT or POST is invalid or because portion of the request violates constraints of the business logic. |
401 | Unauthorized | The credentials provided are incorrect, the user does not have the required permissions, or the user is attempting to access an organization to which they do not have access. |
404 | Not Found | The requested or specified object is not present in the data store. |
500 | Internal Error | Business logic within the API experienced an error handling the request. Debugging information will be provided in the message property . |
Updated 12 days ago