Tyk · Example Payload

Tyk Gateway Host Check Object Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

bodycommandsenable_proxy_protocolheadersmethodprotocoltimeouturl

Example Payload

Raw ↑
{
  "body": "example_value",
  "commands": [],
  "enable_proxy_protocol": true,
  "headers": "example_value",
  "method": "example_value",
  "protocol": "example_value",
  "timeout": 10,
  "url": "https://www.example.com"
}