Skip to main content

Limits by plan

Rate limit headers

Every response includes rate limit information:

Exceeded limits

When rate-limited, the API returns 429 Too Many Requests:
Implement exponential backoff in your integration. Start with the retryAfter value and double it on consecutive failures.
Last modified on February 16, 2026