Skip to main content
ezyshield rate limits API requests per organization. The current limit is 60 requests per minute per organization. API responses include rate-limit headers when available.
HeaderDescription
X-RateLimit-LimitMaximum requests allowed per minute
X-RateLimit-RemainingRequests remaining in the current window
X-RateLimit-ResetUnix timestamp when the window resets
If you receive 429, back off and retry after the current window resets. Avoid tight polling loops; use webhooks for verification completion.