Test Rate Limit Check · Example Payload

Test Rate Limit Check Rate Limit Response Example

API GovernanceAPI ManagementAPI TestingPerformance TestingRate LimitingTesting

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

Top-level fields

status_codeerrormessagelimitremainingreset_atretry_after_secondsheadersdocumentation_url

Example Payload

Raw ↑
{
  "status_code": 429,
  "error": "sample-error",
  "message": "This is a sample message.",
  "limit": 63,
  "remaining": 91,
  "reset_at": "2025-03-15T14:30:00Z",
  "retry_after_seconds": 39,
  "headers": {},
  "documentation_url": "https://example.com/api/documentation-url/abc123"
}