400 Bad Request | Validation failed | Fix the payload and retry |
401 Unauthorized | Token missing, invalid, revoked or expired | Issue a new token |
403 Forbidden | Token is valid but lacks the scope this endpoint requires | Re-issue the token with the right scopes |
404 Not Found | Resource id does not exist in your organization | Confirm the id and the org the token belongs to |
409 Conflict | Uniqueness conflict (e.g. duplicate domain) — rare; most write endpoints upsert instead | Read the resource first |
429 Too Many Requests | Rate limit hit | Wait until X-RateLimit-Reset, then retry |
5xx | Notealy server error | Retry with exponential backoff |