Download a Voicemail
Download a voicemail wav file
GET or POST Request
Download a specific voicemail box and voicemail id wav file
HTTP Post Variables Supported
Argument
Required
Type
mbox
yes
2-12 digits
msgid
yes
2-100 characters
key
yes
api key
curl https://v1.api19.com/voicemail/vm/get \
-d 'key=api_token' \
-d 'mbox=2233' \
-d 'msgid=msg0001'curl "https://v1.api19.com/voicemail/vm/get?key=api_token&mbox=2233&msgid=msg0001"{"status":"ok","data":"base64encoded wav file"}
OR
{"status":"error","error":"no data found"}Last updated