{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Metering Events API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Metering Events", "type": "folder" }, "items": [ { "info": { "name": "Ingest metering events", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v3/openmeter/events", "body": { "type": "json", "data": "{}" } }, "docs": "Ingests an event or batch of events following the CloudEvents specification." } ] } ], "bundled": true }