Skip to content

Status Codes

The following status codes may be returned by the REST API.

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