Error Codes
The API returns the standard HTTP response codes to indicate success or failure of the API requests.
In addition to the standard HTTP errors, we also return a series of customised error messages inside each individual response.
The following are the standard HTTP status codes that are returned:
| Error Code | Description |
|---|---|
| 200 | The call completed successfully. |
| 400 | A validation error has occurred, see the messages supplied in the response object. |
| 401 | The user is not permitted to access the object requested or is not authenticated. |
| 404 | The object requested doesn't exist. |
| 500 | Fatal internal error, please raise a ticket and contact Loyalty Now. |