Tyk · Example Payload

Tyk Gateway Api Limit Example

API GatewayAPI ManagementGraphQLOpen Source

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

Top-level fields

max_query_depthperquota_maxquota_remainingquota_renewal_ratequota_renewsratethrottle_intervalthrottle_retry_limit

Example Payload

Raw ↑
{
  "max_query_depth": 10,
  "per": 42.5,
  "quota_max": 10,
  "quota_remaining": 10,
  "quota_renewal_rate": 10,
  "quota_renews": 10,
  "rate": 42.5,
  "throttle_interval": 42.5,
  "throttle_retry_limit": 10
}