{ "opencollection": "1.0.0", "info": { "name": "KOMOJU Barcodes Events API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://komoju.com/api/v1/events", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Lists past webhook events from most-recent to least-recent." }, { "info": { "name": "Show an event", "type": "http" }, "http": { "method": "GET", "url": "https://komoju.com/api/v1/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves an event by its `id`. Event IDs come from webhooks or the events list." } ] } ], "bundled": true }