200 | Success | Request succeeded. |
201 | Success | Resource created. |
400 | Client error | Request payload failed DTO validation. Check required fields and types. |
401 | Auth error | X-API-Key header is missing, malformed, expired, or the key has been revoked. |
403 | Scope error | Key is valid but lacks the required scope for this endpoint. Add the scope via PATCH /v1/auth/keys/{id}/scopes. |
404 | Not found | The requested resource ID does not exist or does not belong to your organization. |
429 | Rate limited | Request rate exceeded rateLimitPerMinute or rateLimitPerHour for the key. Back off and retry. |
500 | Server error | Unexpected server-side failure. If it persists, contact support with the endpoint path and timestamp. |