{ "opencollection": "1.0.0", "info": { "name": "Salesflare Accounts Calls API", "version": "1.0.0" }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Create a call", "type": "http" }, "http": { "method": "POST", "url": "https://api.salesflare.com/calls", "body": { "type": "json", "data": "{}" } }, "docs": "Create a call" }, { "info": { "name": "Update a call", "type": "http" }, "http": { "method": "PUT", "url": "https://api.salesflare.com/calls/:meeting_id", "params": [ { "name": "meeting_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a call" } ] } ], "bundled": true }