These docs are for v2.11. Click to read the latest docs for v2.12.

Get Voicemails

Get a list of all voicemail inboxes in the system.

This will return a listing of all the voicemail boxes belonging to the FracTEL account associated with the API token being used.

Sample Response

{
  "voicemails": [{
    "id": "VM1212121211",
    "label": "Test VM 1",
    "access_id": "1111",
    "access_pin": "1111",
    "email_preference": "Notification",
    "email": "[email protected]",
    "delete_emailed_messages": true,
    "active": true
  },
  {
    "id": "VM1212121212",
    "label": "Test VM 2",
    "access_id": "2222",
    "access_pin": "2222",
    "email_preference": "OnDemand",
    "email": "",
    "delete_emailed_messages": true,
    "active": true
  }]
}

Response Properties

PropertyTypeDescription
voicemailsarrayArray of Voicemail
Language
Credentials
Header
Click Try It! to start a request and see the response here!