List all Voicemails

List all of the voicemails on a specific mailbox

GET or POST Request

https://v1.api19.com/voicemail/vm/list

Get a list of all of your numbers on your account

HTTP Post Variables Supported

Argument

Required

Type

mbox

yes

2-12 digits

key

yes

api key

curl https://v1.api19.com/voicemail/inbox/list \
 -d 'key=api_token' \
 -d 'mbox=1111'

Last updated