Test Rate Limit Check · Example Payload

Test Rate Limit Check Quota Example

API GovernanceAPI ManagementAPI TestingPerformance TestingRate LimitingTesting

Test Rate Limit Check Quota Example is an example object payload from Test Rate Limit Check, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idconsumer_idapi_nametiertotal_limitusedremainingperiodperiod_startperiod_endoverage_enabledoverage_ratepercentage_used

Example Payload

Raw ↑
{
  "id": "sample-id",
  "consumer_id": "consumer-001",
  "api_name": "Sample Api Name",
  "tier": "pro",
  "total_limit": 16,
  "used": 55,
  "remaining": 7,
  "period": "weekly",
  "period_start": "2025-03-15T14:30:00Z",
  "period_end": "2025-03-15T14:30:00Z",
  "overage_enabled": true,
  "overage_rate": 15.25,
  "percentage_used": 61.16
}