Rate limit headers
Every API response includes headers that show your current rate limit status.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.