Rest API - Rate Limiting and Throttling
What does the X-RateLimit-Remaining header indicate in a REST API response?
What does the X-RateLimit-Remaining header indicate in a REST API response?
X-RateLimit-RemainingX-RateLimit-Limit is total allowed calls, X-RateLimit-Reset is reset time, so remaining calls is the count left.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions