Rate Limits

Public and partners APIs are throttled to 20 requests per second per API key, with 429 and rate-limit headers when exceeded.

Limit

ScopeLimit
Per API key20 requests per 1 second window

When you exceed the limit

You may receive HTTP 429 with body Too Many Requests. Response headers often include:

HeaderMeaning
Retry-AfterSeconds until you can retry
X-RateLimit-LimitMaximum requests per window (20)
X-RateLimit-RemainingRemaining points in the current window
X-RateLimit-ResetWhen the window resets

Related

  • Getting Started — base URL and authentication.
  • Webhooks — outbound events (not subject to this inbound limit).