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