{ "operationId": "ratelimit.getOverride", "method": "POST", "path": "/v2/ratelimit.getOverride", "summary": "Get Ratelimit Override", "requestExamples": [ { "contentType": "application/json", "name": "specific", "example": { "identifier": "premium_user_123", "namespace": "api.requests" } }, { "contentType": "application/json", "name": "wildcard", "example": { "identifier": "premium_*", "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" } } }, { "status": "404", "contentType": "application/json", "name": "overrideNotFound", "example": { "error": { "detail": "No override found for the specified identifier in this namespace.", "status": 404, "title": "Not Found", "type": "not_found" }, "meta": { "requestId": "req_2wXyZaAbCdEfGhIjKlMnOp" } } } ] }