All docs

Docs · Section 15

Rate Limits

API requests are rate-limited per API key based on your plan.

PlanRequests per minute
Free3
Starter6
Single60
Team180
Ultimate360

When the rate limit is exceeded, the API returns 429 Too Many Requests with these headers:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 0
X-RateLimit-Reset: 1716123456
Retry-After: 12

Rate limits apply per key, not per account — separate integrations using separate keys each get their own limit allocation.