Tyk · Example Payload

Tyk Gateway Request Definition Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

bodyheadersmethodrelative_url

Example Payload

Raw ↑
{
  "body": "example_value",
  "headers": "example_value",
  "method": "example_value",
  "relative_url": "https://www.example.com"
}