Tyk · Example Payload

Tyk Gateway Introspection Example

API GatewayAPI ManagementGraphQLOpen Source

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

client_idclient_secretenabledidentity_base_fieldurl

Example Payload

Raw ↑
{
  "client_id": "500123",
  "client_secret": "example_value",
  "enabled": true,
  "identity_base_field": "example_value",
  "url": "https://www.example.com"
}