Skip to main content

Common status codes

Error response format

Retry guidance

  • 4xx errors: fix the request before retrying.
  • 429: wait before retrying; use exponential backoff for automation.
  • 5xx errors: wait a few seconds, then retry.