Error Codes
Errors
| HTTP Status Code | Description | Notes |
|---|---|---|
| 400 | Bad Request | Request format is invalid. |
| 401 | Unauthorized | Invalid authentication credentials have been supplied. |
| 403 | Forbidden | Authorisation has failed due to insufficient permissions. |
| 404 | Not Found | The requested resource does not exist. |
| 422 | Unprocessable Entity | API cannot complete the requested action. |
| 500 | Internal Server Error | Internal error has occurred, please try again later. |
| 503 | Service Unavailable | API is temporarily offline for maintenance, please try again later. |
{ "code": 86, "message": "Unauthorized" }
If any of these errors are seen on a regular basis or they cannot be overcome, please contact us for assistance.