{ "opencollection": "1.0.0", "info": { "name": "Phones", "version": "2021.04.01" }, "items": [ { "info": { "name": "Call", "type": "folder" }, "items": [ { "info": { "name": "Get a call.", "type": "http" }, "http": { "method": "GET", "url": "https://api.podium.com/v4/calls/:uid", "params": [ { "name": "uid", "value": "", "type": "path", "description": "Podium unique identifier for call." } ] }, "docs": "Gets a call by UID.\n\nRequired scope: `read_phones`." } ] } ], "bundled": true }