HTTP Status Codes

CodeMeaning
200Request succeeded.
201Resource created successfully.
204Resource deleted (no content).
401Missing or invalid API token.
403Token lacks the required scope, or the IP restriction blocks the request.
404Resource not found.
422Validation error — see the response body for field-level errors.
429Rate limit exceeded — see the Retry-After header.

For payload formats and error message shapes, see Errors.