/
4.1.17.1 Retrieve list of voicemails

4.1.17.1 Retrieve list of voicemails

Download the list of voicemails

To download the recording, send a GET request to https://domain/emcd/voicemails  Method requires authorization  using basic authentication. Please use your SIP account login and password.

In response we will receive:

  • when HTTP status = 200 - in the body we will receive an audio stream
  • when HTTP status = 404 - Not found

curl --location 'https://domain/emcd/voicemails' \
--header 'User-Agent: vippie;ios;1.2.3' \
--header 'Content-Type: text/plain' \
--header 'Authorization: Basic cGlvdHI6d2llbGtpcGlvdHI=' \
--header 'X-VIPPIE-DEVICE-ID: ff66fc693846285d' \
--header 'X-VIPPIE-DEVICE-NAME: iPhone8,1'


The method requires authorization using basic authentication. Please use your SIP account login and password.

In response we will receive:

  • kiedy HTTP status = 200 - recording uploaded
  • kiedy HTTP status = 404 - Not found

Related content