{ "opencollection": "1.0.0", "info": { "name": "Dialpad Calls API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Calls", "type": "folder" }, "items": [ { "info": { "name": "Initiate outbound call", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/call" }, "docs": "Initiate outbound call" }, { "info": { "name": "Get call status / info", "type": "http" }, "http": { "method": "GET", "url": "https://dialpad.com/api/v2/call/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get call status / info" }, { "info": { "name": "List concluded calls", "type": "http" }, "http": { "method": "GET", "url": "https://dialpad.com/api/v2/calls" }, "docs": "List concluded calls" }, { "info": { "name": "Transfer active call", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/call/:id/transfer", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Transfer active call" }, { "info": { "name": "Terminate call", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/call/:id/hangup", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Terminate call" }, { "info": { "name": "Add participants to call", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/call/:id/participants", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Add participants to call" }, { "info": { "name": "Set call labels", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/call/:id/labels", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Set call labels" } ] } ], "bundled": true }