v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBRetrieve Voice Message Tracking
Retrieve the tracking information of a voice message
get/voice/tracking/{messageTrackingId}
Path parameters
messageTrackingIdstring required
Headers
Authorizationstring required
Bearer {access_token}
Response
200
Example response
{
"messageId": "6b8639ef-7cf7-4954-ae59-7a300f2e25ea",
"to": "306977663000",
"from": "TestSender",
"groups": [
"groupOne"
],
"country": "GR",
"status": {
"status": "Ringing",
"date": "2017-04-05T13:36:37Z"
},
"campaign": "TestCampaign",
"applicationName": "app1",
"originatingService": "Voice",
"direction": "Outbound",
"duration": 5,
"message": {
"language": "en-US",
"gender": "female",
"text": "This is a test message, please ignore. Have a good day."
},
"price": 0.0025,
"chargeInterval": 30
}