These status codes are returned by the APIs:
Status | Message | Description |
---|---|---|
200 | Success | The request succeeded. |
400 | Bad Request | Unable to authenticate. |
401 | Unauthorized | The system/user is not authorized to use the API. |
404 | Not found | The requested resource was not found. |
405 | Method not allowed | The HTTP action is either not allowed for the requested REST API or not supported by any API. |
407 | Proxy Authentication Required | Token expired. |
410 | Gone | Tenant is either unavailable or deactivated. |
429 | Too Many Requests | API rate limit is reached and request made after the rate limit fails. |
500 | Internal Server Error | The server encountered an unexpected condition preventing server from fulfilling the request. |