{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Call API", "version": "1.0" }, "items": [ { "info": { "name": "Call", "type": "folder" }, "items": [ { "info": { "name": "VapiController_phoneCallInitiate", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v1/call/phone", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "VapiController_phoneCallInitiate", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v2/call/phone", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "VapiController_getActivePhoneNumbers", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/call/phone-numbers" } } ] } ], "bundled": true }