> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ezyshield.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limits

> API rate limits and response headers.

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.

| Header                  | Description                              |
| ----------------------- | ---------------------------------------- |
| `X-RateLimit-Limit`     | Maximum requests allowed per minute      |
| `X-RateLimit-Remaining` | Requests remaining in the current window |
| `X-RateLimit-Reset`     | Unix timestamp when the window resets    |

If you receive `429`, back off and retry after the current window resets. Avoid tight polling loops; use [webhooks](/guides/webhooks) for verification completion.
