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