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
- Read the current endpoint limits in the Developer Portal.
- Cache data when appropriate.
- When rate limited, honor Retry-After if present.
- Use exponential backoff with jitter.
- 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.