QSmartQ Support

Customer API · Developers

Customer API rate limits

Clients must handle rate-limit responses with bounded retries and backoff.

Verified 2026-09-04 · Source 7071a2e · Requires product verification

What this does

Clients must handle rate-limit responses with bounded retries and backoff.

Steps

  1. Read the current endpoint limits in the Developer Portal.
  2. Cache data when appropriate.
  3. When rate limited, honor Retry-After if present.
  4. Use exponential backoff with jitter.
  5. Contact Support with request IDs, not tokens, if limits appear incorrect.

What happens next

Your change is available within the scope you selected.

Warnings

  • This article intentionally does not invent numeric limits; use the live Developer Portal reference.

Was this helpful?