Rate limiting
Learn about the rate limits the GitBook API enforces
Header Name
Description
> HTTP/2 429
> X-RateLimit-Limit: 60
> X-RateLimit-Remaining: 0
> X-RateLimit-Reset: 1377013266
> {
> "error": {
> "code": 429
> "message": "API rate limit exceeded. Please try again in 60 seconds"
> }
> }Last updated
Was this helpful?