Skip to main content
If a request is throttled, the API returns HTTP 429:

Client handling

  1. Read Retry-After or data.retry_after_seconds when present
  2. Back off exponentially; do not tight-loop
  3. Do not retry 422 validation errors