Tyk · Example Payload

Tyk Gateway Auth Config Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Auth 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

auth_header_namecookie_namedisable_headernameparam_nameuse_certificateuse_cookieuse_paramvalidate_signature

Example Payload

Raw ↑
{
  "auth_header_name": "example_value",
  "cookie_name": "example_value",
  "disable_header": true,
  "name": "Example Title",
  "param_name": "example_value",
  "use_certificate": true,
  "use_cookie": true,
  "use_param": true,
  "validate_signature": true
}