Logo
Zoom Public API Documentation

Get user voicemail details from a call log

GET {{baseUrl}}/phone/users/:userId/call_logs/:id/voice_mail

Use this API to return detailed information on a voicemail associated with a call log ID. For user-level apps, pass the me value instead of the userId parameter.

Prerequisites: * User must belong to a Business or Enterprise account * User must have a Zoom Phone license

Scopes: phone:read,phone:read:admin,phone_voicemail:read,phone_voicemail:read:admin

Granular Scopes: phone:read:voicemail,phone:read:voicemail:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "call_id": "<string>", "call_log_id": "<string>", "callee_name": "<string>", "callee_number": "<string>", "callee_number_type": 1, "caller_name": "<string>", "caller_number": "<string>", "caller_number_type": 1, "date_time": "<string>", "download_url": "<string>", "duration": "<integer>", "id": "<string>", "status": "read", "transcription": { "content": "<string>", "status": 409, "engine": "<string>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/users/:userId/call_logs/:id/voice_mail' -H 'Accept: application/json'

ENDPOINTS