Tyk · Example Payload

Tyk Gateway Routing Trigger Options Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Routing Trigger Options 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

header_matchespath_part_matchesquery_val_matchesrequest_context_matchessession_meta_matches

Example Payload

Raw ↑
{
  "header_matches": "example_value",
  "path_part_matches": "example_value",
  "query_val_matches": "example_value",
  "request_context_matches": "example_value",
  "session_meta_matches": "example_value"
}