Skip to main content

Rate Limits

The Wappfy API enforces rate limits to ensure fair usage and platform stability.

Default limits

Rate limit headers

Every response includes rate limit information:

Handling rate limits

When you exceed the limit, you’ll receive a 429 response:

Best practices

When you receive a 429, wait and retry with increasing delays: 1s, 2s, 4s, 8s…
Check X-RateLimit-Reset to know exactly when you can resume.
Send messages with reasonable delays between them rather than bursting.
Avoid re-fetching data that hasn’t changed (e.g., instance details, contact info).