400 | Bad Request | Invalid request body, validation failure, expired quote |
401 | Unauthorized | Missing or invalid Bearer token |
403 | Forbidden | Your token does not have permission for this operation |
404 | Not Found | The requested resource does not exist or is not visible to your workspace |
409 | Conflict | Idempotency key collision with different request body |
422 | Unprocessable Entity | Request is well-formed but cannot be processed (e.g. insufficient float) |
429 | Too Many Requests | Rate limit exceeded — back off and retry |
500 | Internal Server Error | Unexpected server-side error — contact support if persistent |