Skip to main content
The Extended API and Main API share one error envelope, served as application/problem+json (RFC 7807). Every non-2xx response carries the same fields.

Error body shape

Status codes

Common error codes

The full code catalogue is shared with the Main API:

Quota errors

Validation and AI-scoring endpoints are credit-metered. A quota_exceeded response indicates the daily or plan-level credit limit has been reached. Inspect remaining credits via the Quota endpoints before high-volume runs.

Retry guidance

  • Lookups (GET): retry on 5xx and 429 with exponential backoff.
  • SMS dispatch (POST): include an Idempotency-Key to make retries safe. Do not retry 4xx.