Understanding rate limiting

The API has a rate limit of 300 requests across a 5 minute period per company with a burst limit of 40 requests per second.

If you are rate limited, you will receive a 429 Too Many Requests response (header only, no body content). The response will include a Retry-After header indicating how many seconds you should wait until retrying the request.

Please email [email protected] if you need this limit adjusted.