Skip to main content
Rate limits are enforced per client_id across three request classes. When you exceed a limit you receive 429 with a rate_limited error and a Retry-After header.

Limits

These are the v1 defaults. They may be tuned per customer.

Response headers

Successful and throttled responses carry the standard headers:

Handling 429

Back off for Retry-After seconds, then retry. Cache and reuse your access token rather than minting a new one per request — token minting is the most tightly limited class.