Tyk · Example Payload

Tyk Gateway Cors Config Example

API GatewayAPI ManagementGraphQLOpen Source

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

allow_credentialsallowed_headersallowed_methodsallowed_originsdebugenableexposed_headersmax_ageoptions_passthrough

Example Payload

Raw ↑
{
  "allow_credentials": true,
  "allowed_headers": [],
  "allowed_methods": [],
  "allowed_origins": [],
  "debug": true,
  "enable": true,
  "exposed_headers": [],
  "max_age": 10,
  "options_passthrough": true
}