Skip to main content

Rate Limits

Every endpoint has a published rate limit. You will never discover a limit by hitting a 429 in production — they’re all documented here.

Limits by endpoint

Limits are per API key.

Response headers

Every response includes rate limit information:
  • X-RateLimit-Limit — your limit for this endpoint
  • X-RateLimit-Remaining — requests remaining in the current window
  • X-RateLimit-Reset — Unix timestamp when the window resets

When you hit a limit

The response includes a Retry-After header (in seconds).

Need higher limits?

Contact us via Intercom in the dashboard. Higher limits are available for high-volume integrations at no additional cost.