get https://api.fonestorm.com/v2/voicemails/
Get information for a single Voicemail.
Sample Response
{
"voicemail": {
"id": "VM1212121211",
"label": "Test VM 1",
"access_id": "1111",
"access_pin": "1111",
"email_preference": "Notification",
"email": "[email protected]",
"delete_emailed_messages": true,
"active": true
}
}
Response Properties
Property | Type | Description |
---|---|---|
voicemail | object | Voicemail |