Error Codes
Reference of all API error codes and troubleshooting guidance.
Error Codes
| Code | Description | Resolution |
|---|---|---|
| invalid_request | Request payload is invalid | Validate required fields and types |
| unauthorized | API key missing or invalid | Provide a valid key in Authorization header |
| forbidden | Operation is not allowed | Check role permissions and plan access |
| not_found | Resource does not exist | Verify IDs and tenant context |
| rate_limited | Too many requests | Retry with exponential backoff |
| internal_error | Unexpected server error | Retry and contact support if persistent |