Skip to main content
All services report failures through the same envelope, so you can handle errors uniformly regardless of which endpoint you called.

Error shape

Validation failures add an errors array of field-level messages:
Token endpoint is differentPOST /v1/oauth/token returns OAuth 2.0 error bodies ({ "error", "error_description" }) rather than this envelope. See Authentication.

Status codes

Common error messages

Retry strategyRetry 429 after the retryAfter interval, and retry 503 after a short backoff. Do not retry 400, 401, 403, 404, or 422 without changing the request.