Tyk · Example Payload

Tyk Gateway Cache Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Cache Example is an example object payload from Tyk, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cacheAllSafeRequestscacheByHeaderscacheResponseCodescontrolTTLHeaderNameenableUpstreamCacheControlenabledtimeout

Example Payload

Raw ↑
{
  "cacheAllSafeRequests": true,
  "cacheByHeaders": [],
  "cacheResponseCodes": [],
  "controlTTLHeaderName": "example_value",
  "enableUpstreamCacheControl": true,
  "enabled": true,
  "timeout": 10
}