{ "opencollection": "1.0.0", "info": { "name": "Membrane (formerly Integration.app) Platform Actions App Event Subscriptions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "App Event Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List app event subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/app-event-subscriptions" }, "docs": "List app event subscriptions" }, { "info": { "name": "Get subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/app-event-subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get subscription" } ] } ], "bundled": true }