v1
latestOpenAPI 3.1.02026-07-24111290748.0 KBVoice Call Events
Retrieve a voice call event
get/api/phone/voice-call-events/{id}
Path parameters
idinteger required
The ID of the voice event to retrieve.
Response
The requested voice call event.
Example response
{
"id": 123,
"type": "completed-phone-call",
"account_id": 234,
"call_id": 345,
"user_id": 456,
"customer_id": 567,
"created_datetime": "2023-08-31T00:00:00.000000+00:00"
}