Skip to main content
modiva.ai
Sign In

Rate limits

Limits are applied per org and scale with the number of connected accounts, so larger customers get more headroom automatically. Analytics endpoints use a tighter 1-second window since they're heavier.

Per-account tiers
Connected accountsRequests / minAnalytics / sec
1–2602
3–2,00060010
2,001+1,20020
Response headers
X-RateLimit-LimitRequests allowed in the current window
X-RateLimit-RemainingRequests left in the current window
X-RateLimit-ResetUnix timestamp when the window resets
Retry-AfterSeconds to wait — sent only on a 429
When you hit a limit
HTTP/1.1 429 Too Many Requests
Retry-After: 42
X-RateLimit-Limit: 600
X-RateLimit-Remaining: 0

{ "error": { "code": "RATE_LIMITED", "message": "Too many requests" } }
Rate limits — Modiva