Safely retry API requests without side effects
Header | Description |
---|---|
X-Rate-Limit-Limit | The maximum number of requests allowed in the current window |
X-Rate-Limit-Remaining | The number of requests remaining in the current window |
X-Rate-Limit-Reset | The time when the current rate limit window resets, in ISO 8601 UTC format |
429 Too Many Requests
status code. To handle rate limits effectively and optimize your API usage, follow these best practices:
X-Rate-Limit-Remaining
header to anticipate when you might approach the limit.