{ "opencollection": "1.0.0", "info": { "name": "ButterflyMX Tenant Integrations API", "version": "v4" }, "items": [ { "info": { "name": "Tenant Integrations", "type": "folder" }, "items": [ { "info": { "name": "list integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.butterflymx.com/v4/tenants/:tenant_id/integrations", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "id of the tenant" }, { "name": "page", "value": "3", "type": "query", "description": "requested page" }, { "name": "per", "value": "50", "type": "query", "description": "page size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "list integrations" }, { "info": { "name": "create integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.butterflymx.com/v4/tenants/:tenant_id/integrations", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "id of the tenant" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "create integration" }, { "info": { "name": "show integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.butterflymx.com/v4/tenants/:tenant_id/integrations/:id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "id of the tenant" }, { "name": "id", "value": "", "type": "path", "description": "id of the integration" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "show integration" }, { "info": { "name": "update integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.butterflymx.com/v4/tenants/:tenant_id/integrations/:id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "id of the tenant" }, { "name": "id", "value": "", "type": "path", "description": "id of the integration" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "update integration" }, { "info": { "name": "delete integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.butterflymx.com/v4/tenants/:tenant_id/integrations/:id", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "id of the tenant" }, { "name": "id", "value": "", "type": "path", "description": "id of the integration" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "delete integration" } ] } ], "bundled": true }