Tyk · Example Payload

Tyk Gateway Middleware Definition Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

disablednamepathraw_body_onlyrequire_session

Example Payload

Raw ↑
{
  "disabled": true,
  "name": "Example Title",
  "path": "example_value",
  "raw_body_only": true,
  "require_session": true
}