Tyk · Example Payload

Tyk Gateway Info Example

API GatewayAPI ManagementGraphQLOpen Source

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

dbIdexpirationidnameorgId

Example Payload

Raw ↑
{
  "dbId": "500123",
  "expiration": "example_value",
  "id": "abc123",
  "name": "Example Title",
  "orgId": "500123"
}