Apinizer · Example Payload

Apinizer Policy Example

API GatewayAPI ManagementAPI MonitoringAPI SecurityPolicies

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

Top-level fields

idnametypeconfiguration

Example Payload

Raw ↑
{
  "id": "rate-limit-100rpm",
  "name": "Rate Limit 100 RPM",
  "type": "rate-limit",
  "configuration": {
    "limit": 100,
    "window": "minute",
    "perConsumer": true
  }
}