Tyk · Example Payload

Tyk Gateway Id Extractor Config Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Id Extractor Config 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

formParamNameheaderNameregexpregexpMatchIndexxPathExp

Example Payload

Raw ↑
{
  "formParamName": "example_value",
  "headerName": "example_value",
  "regexp": "example_value",
  "regexpMatchIndex": 10,
  "xPathExp": "example_value"
}