{ "opencollection": "1.0.0", "info": { "name": "Lumos REST AccessPolicies Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List available inline webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/inline_webhooks" }, "docs": "List available inline webhooks" } ] } ], "bundled": true }