title: Rate Limits

description: Detailed rate limit tables for all Wontopos API endpoints by plan.

Rate Limits

See the Rate Limiting guide for implementation details and retry strategies.

Global limits (per API key)

PlanRequests / minRequests / dayBurst limit
Free601,00010
Pro1,000100,000100
EnterpriseCustomUnlimitedCustom

Endpoint-specific limits

Some endpoints have stricter limits regardless of plan:

EndpointMethodLimit
/v1/subscriptionsPOST10/min
/oauth/tokenPOST5/min
/v1/usageGET60/min
/v1/publisher/apisPOST5/min
/v1/webhooksPOST20/min
/v1/billing/invoicesGET30/min

Rate limit headers

Every API response includes these headers:

HeaderTypeDescription
X-RateLimit-LimitintegerMax requests in the current window
X-RateLimit-RemainingintegerRequests remaining in the current window
X-RateLimit-ResetintegerUnix timestamp when the window resets
Retry-AfterintegerSeconds to wait (only on 429 responses)
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 847
X-RateLimit-Reset: 1711705260

Burst limits

Burst limits cap the number of concurrent requests within a 1-second window. Exceeding the burst limit returns 429 even if the per-minute limit has not been reached.

Need higher limits?

Enterprise plans offer custom rate limits. Contact sales for details.