Get call data
This section explains how to use the /call endpoint to initiate calls using TalkStack's API.
{
"seconds": 23,
"cost": 0.077,
"status": "completed",
"from": "+14152148508",
"to": "+12068091239",
"date": "Tue, 30 Jan 2024 13:39:53 +0000",
"recordingUrls": [
"https://api.twilio.com/2010-04-01/Accounts/xxxxxx/Recordings/xxxxx.mp3"
],
"phoneNumber": "+12068091239",
"callSid": "CA26e39c970fd416515799f5a165718be3",
"partnerId": "partner-id",
"shiftId": "shift-id",
"assignmentId": "assignment-id",
"data": {
"employeeGoToWork": "false",
"reasonOfCancellation": "Please keep in mind that canceling your shift within 12 hours of shift start will negatively impact your ability to see shifts in the future. Are you sure you want to cancel?",
"newDate": ""
}
}
Last updated