Rate Limits
Understanding API rate limits, response headers, and retry strategies.
1. Rate Limits by Paid Tier
REST API access is available exclusively on paid plans to ensure sustained quality of service and prevent abuse:
30 requests / minutePro Plan
Standard API limit for single-seat integrations, dynamic QR generation, and automated reporting.
60 requests / minuteBusiness Plan
Higher throughput limit for multi-seat teams, high-velocity CRM integrations, and webhook dispatches.
2. Rate Limit Headers
x-ratelimit-limit: Total requests allowed per minute window (30 for Pro, 60 for Business).x-ratelimit-remaining: Number of requests remaining in the current 60-second window.x-ratelimit-reset: Unix epoch timestamp indicating when the current window resets.Retry-After: Number of seconds to wait before retrying when an HTTP 429 response is returned.