Tyk · Example Payload

Tyk Gateway Version Definition Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

defaultenabledfallback_to_defaultkeylocationnamestrip_pathstrip_versioning_dataurl_versioning_patternversions

Example Payload

Raw ↑
{
  "default": "example_value",
  "enabled": true,
  "fallback_to_default": true,
  "key": "example_value",
  "location": "example_value",
  "name": "Example Title",
  "strip_path": true,
  "strip_versioning_data": true,
  "url_versioning_pattern": "https://www.example.com",
  "versions": "example_value"
}