Status Codes

The HTTP Status Codes used by the RESTful API.

CodeDescription
200 OKSuccessful request
201 CreatedNew object saved
204 No contentObject deleted
400 Bad RequestReturns JSON with error message
401 UnauthorizedCouldn't authenticate your request
402 2FA Token requiredRe-try request with user’s 2FA token as CB-2FA-Token header
403 Invalid scopeUser hasn't authorized necessary scope
404 Not FoundNo such object
429 Too Many requestsYour connection is being rate limited
500 Internal Server ErrorSomething went wrong
503 Service UnavailableYour connection is being throttled or the service is down for maintenance