Rate limits
Eventyvo Connect rate limiting layers.
Layers
| Surface | Limit | Notes |
|---|---|---|
| Docs BFF | 30/min/IP | Public widget proxy only |
| Anonymous Connect | 300/min default | Public REST |
| Authenticated + company | api_requests_limit or 60/1000 | Plan-driven |
| Public sliding window | Per-route | e.g. registration cancel 40/15min |
| API token monthly | Plan quota | DB-tracked |
Organizer Dashboard API throttling is separate and not a Connect integrator concern.
Client guidance
- Cache public responses 5–10 min
- Poll Zapier endpoints ≥ 15 min apart
- Handle
429with exponential backoff - Monitor quota at /developer
Production
Redis-backed throttling recommended for multi-replica consistency.