Skip to main content

Limits by plan

Rate limits apply per API key. If you need higher throughput, contact us about enterprise arrangements.

Rate limit headers

Every response includes headers that tell you your current limit status:

Handling 429 responses

When you exceed the rate limit, the API returns a 429 Too Many Requests response:
The retry_after field tells you how many seconds to wait before retrying. Use exponential backoff when you receive a 429:

Bulk processing tips

If you are processing large lists of contacts:
  • Batch in parallel, not all at once — send groups of 5–10 concurrent requests rather than flooding the endpoint
  • Respect retry_after — honour the value in the 429 response rather than using a fixed delay
  • Use bundle endpointscontact-intel and fraud-signals reduce your total request count by combining lookups