{ "opencollection": "1.0.0", "info": { "name": "Membrane (formerly Integration.app) Platform Actions Connections API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/connections" }, "docs": "List connections" }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a connection" }, { "info": { "name": "Get connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get connection" }, { "info": { "name": "Replace connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getmembrane.com/connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace connection" }, { "info": { "name": "Update connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.getmembrane.com/connections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update connection" }, { "info": { "name": "Archive connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connections/:id/archive", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archive connection" }, { "info": { "name": "Restore connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connections/:id/restore", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Restore connection" }, { "info": { "name": "Refresh credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connections/:id/refresh-credentials", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Refresh credentials" }, { "info": { "name": "Test connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connections/:id/test", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Test connection" }, { "info": { "name": "Get connection logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/connections/:id/logs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get connection logs" } ] } ], "bundled": true }