← All product updates

November 3, 2025

Rate Limit Headers

Pablo Durán
Pablo Durán

Software Engineer at TheirStack

We've added rate limit information to API response headers, making it easier to monitor your usage and manage your API integrations.

Every API response now includes these headers:

  • RateLimit - Current quota status per policy with remaining requests and reset time
  • RateLimit-Policy - Applied policy definitions with limits and window durations
  • RateLimit-Remaining - Shows how many requests you have left in each time window
  • RateLimit-Reset - Tells you when each limit resets (in seconds)
  • RateLimit-Limit - Your total allowed requests per window

For complete details on which headers are included, what they mean, and how to use them, check out our API documentation. The rate limiting section explains everything you need to know about rate limits and how to handle them in your applications.