Use status codes and request IDs to diagnose and recover from integration failures.
| Status | Meaning | Recommended action |
|---|---|---|
400 | Bad request | Validate payload and required fields. |
401 | Unauthorized | Check API key and auth header format. |
403 | Forbidden | Confirm account permissions and scopes. |
404 | Not found | Verify resource ID and environment. |
422 | Validation failed | Inspect field-level validation errors. |
429 | Rate limited | Retry with exponential backoff. |
500 | Server error | Retry and contact support if persistent. |