Status Codes
The following status codes may be returned by the REST API.
| Status Code | Description |
|---|---|
| 200 | OK |
| 204 | No content |
| 400 | Bad request Usually due to a malformed request |
| 401 | Not authorized Check if you are sending your bearer token in the request header Check if you have the necessary permissions/scopes for this action |
| 402 | Payment required |
| 403 | Forbidden |
| 404 | Not found |
| 405 | Method not allowed Check if you are using the right method (e.g. POST instead of GET) |
| 409 | Conflict |
| 423 | Locked |
| 426 | Upgrade required |
| 429 | Too many failed attempts |