Rate Limiting
Understanding API rate limits and how to handle them
The Expand API implements rate limiting to ensure fair usage and maintain service quality for all users.
How Rate Limiting Works
Rate limits are applied per organization. When you exceed your rate limit, the API returns a 429 Too Many Requests status.
Rate Limit Response
When rate limited, the API returns:
- Status Code:
429 - Error Tag:
TooManyRequests
{
"_tag": "TooManyRequests"