Status Codes
The HTTP Status Codes used by the RESTful API.
| Code | Description |
|---|---|
| 200 OK | Successful request |
| 201 Created | New object saved |
| 204 No content | Object deleted |
| 400 Bad Request | Returns JSON with error message |
| 401 Unauthorized | Couldn't authenticate your request |
| 402 2FA Token required | Re-try request with user’s 2FA token as CB-2FA-Token header |
| 403 Invalid scope | User hasn't authorized necessary scope |
| 404 Not Found | No such object |
| 429 Too Many requests | Your connection is being rate limited |
| 500 Internal Server Error | Something went wrong |
| 503 Service Unavailable | Your connection is being throttled or the service is down for maintenance |
Updated 10 months ago
