Error response
When an error occurs, the API returns a JSON object with details about the error:| Field | Description |
|---|---|
ErrorKey | A machine-readable error identifier |
Field | The field or resource related to the error |
Message | A human-readable description of the error |
Status codes
| Code | Description |
|---|---|
400 | The request did not pass validation. This may include issues with the request model, body, or parameters. |
401 | Authorization for the request has failed. |
403 | The action is forbidden for the user. This may include restrictions on the URL or the HTTP method being used. |
404 | The requested entity could not be found. |
429 | Too many requests; the rate limit has been exceeded. |
500 | An internal server error occurred. |