Tyk · Example Payload

Tyk Gateway Policy Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

_idaccess_rightsactiveenable_http_signature_validationgraphql_access_rightshmac_enabledidis_inactivekey_expires_inlast_updatedmax_query_depthmeta_datanameorg_idperquota_maxquota_renewal_rateratetagsthrottle_intervalthrottle_retry_limit

Example Payload

Raw ↑
{
  "_id": "500123",
  "access_rights": "example_value",
  "active": true,
  "enable_http_signature_validation": true,
  "graphql_access_rights": "example_value",
  "hmac_enabled": true,
  "id": "abc123",
  "is_inactive": true,
  "key_expires_in": 10,
  "last_updated": "example_value",
  "max_query_depth": 10,
  "meta_data": "example_value",
  "name": "Example Title",
  "org_id": "500123",
  "per": 42.5,
  "quota_max": 10,
  "quota_renewal_rate": 10,
  "rate": 42.5,
  "tags": [],
  "throttle_interval": 42.5,
  "throttle_retry_limit": 10
}