GET {{baseUrl}}/phone/voice_mails/:voicemailId
Use this API to return information about a voicemail message. Scopes: Prerequisites:
* A Zoom Phone licensephone:read:admin
, phone:read
, phone_voicemail:read
, phone_voicemail:read:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"call_id": "876634343743",
"call_log_id": "46541323465",
"callee_name": "Jane Doe",
"callee_number": "34567889",
"callee_number_type": 2,
"caller_name": "John Doe",
"caller_number": "12345678",
"caller_number_type": 1,
"date_time": "2021-05-19T20:00:00Z",
"download_url": "exampleurl.io",
"duration": 18,
"id": "d43520fc6b7e4b26bbeef58a8a80f235",
"status": "read",
"transcription": {
"content": "some transcript content",
"status": 2
}
} |
ENDPOINTS