Planned for
Content Delivery API and GraphQL API response header
The Content Delivery API and the GraphQL API now return the x-contentful-ratelimit-second-limit response header. The value is the per-second request limit configured for your space, so you can monitor the limit the same way on every response.
Details
- The
x-contentful-ratelimit-second-limitis included onHTTP 200andHTTP 429responses. - For
HTTP 429responses,x-contentful-ratelimit-resetis also returned along withx-contentful-ratelimit-second-limit. This is consistent with how rate limiting is signaled when a request is rejected for exceeding the limit.