Tyk · Example Payload

Tyk Gateway Rate Limit Smoothing Example

API GatewayAPI ManagementGraphQLOpen Source

Tyk Gateway Rate Limit Smoothing 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

delayenabledstepthresholdtrigger

Example Payload

Raw ↑
{
  "delay": 10,
  "enabled": true,
  "step": 10,
  "threshold": 10,
  "trigger": 42.5
}