Get Greeting

Download a greeting

GET or POST Request

https://v1.api19.com/voicemail/greeting/get

Download a greeting from a voicemail box

HTTP Post Variables Supported

Argument

Required

Type

box_id

yes

2-12 digits

key

yes

api key

curl https://v1.api19.com/voicemail/greeting/get \
 -d 'key=api_token' \
 -d 'box_id=2233'

Last updated