| Status Code | Reason phrase | Description |
|---|---|---|
| 200 | Success | Request processed successfully. |
| 400 | Bad Request | Request failed due to malformed syntax. |
| 401 | Unauthorized | Auth-Token provided is incorrect. |
| 403 | Forbidden | Request is not authorized to use this service. |
| 404 | Not Found | The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible. |
| 500 | Internal Server Error | The server has encountered an error. |
| 502 | Bad Gateway | Provider failure. |