Our API(s) returns the following HTTP status codes:
HTTP Status | Meaning | Description |
---|---|---|
200 | Success | The operation succeeded. |
401 | Unauthorized | Authentication failed (e.g., invalid token specified by the Authorization header). |
400 | Bad Request | The request payload doesn't match the backend specification. |
404 | Not Found | The requested path doesn't exists. |
403 | Forbidden | You do have permissions to access the requested resource. |
500 | Internal Server Error | Server is unable to process the request because of some internal issue, a retry may be attempted after a while. |