Skip to main content
The API enforces two rate limits, signaled by headers on every response.

Response headers

Example
  • X-RateLimit-Remaining: requests left in the current window;
  • X-RateLimit-Reset: seconds until the window resets.

Exceeding the quota

Beyond the quota the API returns 429 Too Many Requests with a Retry-After header (seconds). Space your calls or implement exponential backoff.
To monitor several services, one GET /v1/services call beats one call per service.