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-limit is included on HTTP 200 and HTTP 429 responses.
  • For HTTP 429 responses, x-contentful-ratelimit-reset is also returned along with x-contentful-ratelimit-second-limit. This is consistent with how rate limiting is signaled when a request is rejected for exceeding the limit.
Content Delivery API and GraphQL API response header | Contentful