200 | Success | — |
400 | Bad request — invalid parameters or missing required fields | Fix the request body or query parameters before retrying |
401 | Unauthorized — missing, expired, or invalid Bearer token | Refresh your token and retry |
403 | Forbidden — valid token but insufficient permissions | Check the user role (requires Administrator or the relevant scope) |
404 | Not found — resource does not exist | Verify the UUID or path parameter |
422 | Unprocessable entity — request is well-formed but fails business validation | Check the code field for the specific Clara error code |
429 | Rate limit exceeded | Back off and retry with exponential backoff (see Rate Limits) |
500 | Internal server error | Retry once after a short delay; if persistent, contact support |
511 | Network authentication required | Your mTLS certificate is missing or not being sent — check your client cert configuration |