HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Request succeeded. |
201 | Resource created successfully. |
204 | Resource deleted (no content). |
401 | Missing or invalid API token. |
403 | Token lacks the required scope, or the IP restriction blocks the request. |
404 | Resource not found. |
422 | Validation error — see the response body for field-level errors. |
429 | Rate limit exceeded — see the Retry-After header. |
For payload formats and error message shapes, see Errors.