v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBPerform a voice conversation
post/voice/conversation
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"trackingId": "9effb0b5-99e2-434a-bc69-093398ec083e",
"direction": "Outbound",
"from": "Routee",
"to": {
"phone": "+306911111111"
},
"dialPlans": [
{
"verbs": [
{
"type": "PLAY",
"fileURL": "http://xxx.xxxxxxxx.xxx/example.wav"
}
]
}
],
"createdAt": "2017-12-21T13:12:31.582Z",
"machineDetection": {
"strategy": "Hangup"
}
}