{ "opencollection": "1.0.0", "info": { "name": "Membrane (formerly Integration.app) Platform Actions Connectors API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connectors", "type": "folder" }, "items": [ { "info": { "name": "List connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/connectors" }, "docs": "List connectors" }, { "info": { "name": "Create connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connectors", "body": { "type": "json", "data": "{}" } }, "docs": "Create connector" }, { "info": { "name": "Get connector", "type": "http" }, "http": { "method": "GET", "url": "https://api.getmembrane.com/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get connector" }, { "info": { "name": "Replace connector", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getmembrane.com/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace connector" }, { "info": { "name": "Update connector", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.getmembrane.com/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update connector" }, { "info": { "name": "Delete connector", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getmembrane.com/connectors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete connector" }, { "info": { "name": "Publish connector", "type": "http" }, "http": { "method": "POST", "url": "https://api.getmembrane.com/connectors/:id/publish", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Publish connector" } ] } ], "bundled": true }