Common API Error Codes
See the full error codes reference for all codes.
Quick Fixes
| Error | Likely Cause | Fix |
|---|---|---|
401 UNAUTHORIZED | Missing or expired token | Refresh your token or re-authenticate |
403 FORBIDDEN | Insufficient role | Contact admin for elevated permissions |
404 RESOURCE_NOT_FOUND | Wrong ID or wrong tenant | Verify resource ID and current tenant |
409 CONFLICT | Duplicate resource | Use a different name/identifier |
422 UNPROCESSABLE_ENTITY | Invalid field values | Check request body against the API spec |
429 RATE_LIMITED | Too many requests | Wait and retry with backoff |
500 INTERNAL_ERROR | Server bug | Report to support with the requestId |