Rate limits
We apply the following rate limits to our REST API. Limits are the same for all environments.
Handling rate limit errors
When you exceed a limit, the API returns a 429 Too Many Requests response with a JSON error body:
Check the Retry-After response header to see how many seconds to wait before retrying.