Unkey · Example Payload

Unkey Ratelimitlistoverrides Example

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "ratelimit.listOverrides",
  "method": "POST",
  "path": "/v2/ratelimit.listOverrides",
  "summary": "List Ratelimit Overrides",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "basic",
      "example": {
        "limit": 20,
        "namespace": "api.requests"
      }
    },
    {
      "contentType": "application/json",
      "name": "pagination",
      "example": {
        "cursor": "cursor_eyJsYXN0SWQiOiJvdnJfM2RITGNOeVN6SnppRHlwMkpla2E5ciJ9",
        "namespace": "api.requests"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "403",
      "contentType": "application/json",
      "name": "missingPermission",
      "example": {
        "error": {
          "detail": "Your root key requires the 'ratelimit.*.read_override' permission to perform this operation",
          "status": 403,
          "title": "Forbidden",
          "type": "forbidden"
        },
        "meta": {
          "requestId": "req_0uVwX4yZaAbCdEfGhIjKl"
        }
      }
    }
  ]
}