Rate limit headers
Every API response includes headers that show your current rate limit status.| Header Name | Description |
|---|---|
| X-RateLimit-Limit | The maximum number of requests you’re permitted to make. |
| X-RateLimit-Remaining | The number of requests remaining in the current rate limit window. |
| X-RateLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |
Exceeding the limit
If you exceed the rate limit, the API returns a 429 Too Many Requests response.429 response, wait until the time in X-RateLimit-Reset before retrying. Avoid retry loops that immediately repeat the same request, because they can continue consuming capacity and delay recovery.