{ "opencollection": "1.0.0", "info": { "name": "Outline AccessRequests Events API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List all events", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/events.list", "body": { "type": "json", "data": "{}" } }, "docs": "Events are an audit trail of important events that happen in the knowledge base." } ] } ], "bundled": true }