HTTP Status Codes

CodeMeaningWhat to do
200Request succeeded.
201Resource created.The body carries the new resource.
204Resource deleted.No body.
401Missing, invalid, expired or revoked API token.Check the Authorization header and the token in the CMS.
403Token lacks the required scope, the IP restriction blocks the request, or the feature is not enabled.Read the message; see Authentication.
404Resource not found, or not visible to this token.
422Validation error.Fix the fields listed in errors.
429Rate limit exceeded.Wait for Retry-After seconds; see Rate limiting.
500Server error.Retry with backoff; errors are tracked on our side.

For payload formats and error message shapes, see Errors.