Skip to main content
ZeroClick enforces rate limits to ensure fair usage and platform stability. Limits are applied separately per resource (e.g. offers, individual mcp tools, etc) and per organization (across all API keys) based on your tier.

Tiers

Onboarding

All new tenants start on the Onboarding tier while integrating with the API.
LimitValue
Requests per second1
Requests per minute60
To be moved to the Standard tier, you must communicate a go-live date to our team before launching in production. Contact us at developers@zeroclick.ai or reach out to your ZeroClick integration support.

Standard

Once your go-live date has been communicated, you’ll be upgraded to the Standard tier.
LimitValue
Requests per second100
Requests per minute6,000

Custom

Need higher limits? We offer custom rate limits for high-traffic integrations. Reach out to our team at developers@zeroclick.ai to discuss your requirements.

IP-Based Rate Limiting

Unauthenticated endpoints and requests originating from client machines such as impression tracking and click tracking are rate limited per IP address to ensure platform stability. These limits apply per IP address and are independent of your organization’s tier.

Response Headers

When a request is rate limited, the API responds with a 429 Too Many Requests status code and includes a retry-after header indicating how many seconds to wait before retrying.
HTTP/1.1 429 Too Many Requests
retry-after: 1800