Skip to content

rate_limited

HTTP status: 429 Too Many Requests

You’ve exceeded the rate limit for the current window.

  • Bursting many requests in a short window.
  • Multiple processes sharing one token.

Back off for the number of seconds in retry_after (also sent as the Retry-After header), then retry. Watch the X-RateLimit-Remaining and X-RateLimit-Reset headers. See Conventions → Rate limiting.

{
"error": "rate_limited",
"message": "Rate limit exceeded.",
"docs_url": "https://featureflip.io/docs/management-api/errors/rate_limited",
"retry_after": 30
}