{
"callId": "ABCDEFG",
"tenantId": 24,
"direction": "inbound",
"start": "2024-08-21T13:10:00-05:00",
"answeredAt": "2024-08-21T13:10:05-05:00",
"cidNum": "5555555555",
"cidName": "Fred Durst",
"dialedNum": "5555555551",
"uniqueId": "1724263800.1234",
"disposition": "ANSWERED",
"end": "2024-08-21T13:12:00-05:00",
"isTollfree": 0,
"dialedName": "Frederick Durst",
"presented": 1,
"isInternational": 0,
"geolocation": "31.6928449,-89.0722731",
"queueCall": 1,
"billingId": "12345",
"partnerId": 10,
"mos": "4.4",
"jurisdiction": {},
"events": [
{
"type": "answer",
"timestamp": "2024-08-21T18:10:05.000Z",
"data": {}
}
],
"voicemail": 0,
"isTransferred": 0,
"isRecorded": 1,
"tag": "Musik"
}API Reference
End call
This webhook fires when a call ends for your account.
WEBHOOK
ENDCALL
{
"callId": "ABCDEFG",
"tenantId": 24,
"direction": "inbound",
"start": "2024-08-21T13:10:00-05:00",
"answeredAt": "2024-08-21T13:10:05-05:00",
"cidNum": "5555555555",
"cidName": "Fred Durst",
"dialedNum": "5555555551",
"uniqueId": "1724263800.1234",
"disposition": "ANSWERED",
"end": "2024-08-21T13:12:00-05:00",
"isTollfree": 0,
"dialedName": "Frederick Durst",
"presented": 1,
"isInternational": 0,
"geolocation": "31.6928449,-89.0722731",
"queueCall": 1,
"billingId": "12345",
"partnerId": 10,
"mos": "4.4",
"jurisdiction": {},
"events": [
{
"type": "answer",
"timestamp": "2024-08-21T18:10:05.000Z",
"data": {}
}
],
"voicemail": 0,
"isTransferred": 0,
"isRecorded": 1,
"tag": "Musik"
}Body
application/json
Show child attributes
Show child attributes
Response
200
200 OK
Was this page helpful?