get https://api.fonestorm.com/v2/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
Property | Type | Description |
---|---|---|
voicemails | array | Array of Voicemail |