Tyk · Example Payload

Tyk Gateway Proxy Config Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

check_host_against_uptime_testsdisable_strip_slashenable_load_balancinglisten_pathpreserve_host_headerstrip_listen_pathtarget_listtarget_urltransport

Example Payload

Raw ↑
{
  "check_host_against_uptime_tests": true,
  "disable_strip_slash": true,
  "enable_load_balancing": true,
  "listen_path": "example_value",
  "preserve_host_header": true,
  "strip_listen_path": true,
  "target_list": [],
  "target_url": "https://www.example.com",
  "transport": "example_value"
}