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 a429 Too Many Requests response:
retry_after field tells you how many seconds to wait before retrying.
Recommended retry strategy
Use exponential backoff when you receive a429:
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 the429response rather than using a fixed delay - Use bundle endpoints —
contact-intelandfraud-signalsreduce your total request count by combining lookups