get https://api.fonestorm.com/v2/voicemails//messages
Get information for Voicemail Messages.
This will return a listing of all the voicemail messages belonging to a Voicemail box of the FracTEL account associated with the API token being used.
Sample Response
{
"voicemail": {
"id": "VM1212121211",
"label": "Test VM 1",
"total_messages": 1,
"messages": [{
"caller_id":"3214991000",
"caller_name":"3214991000 <FRACTEL>",
"status": "Read",
"length": 10,
"url": "https://example.com/file.wav",
"created_at": "06-01-2021 12:01:20",
"read_at": "06-01-2021 12:10:30"
}]
}
}
Response Properties
Property | Type | Description |
---|---|---|
voicemail | object | VoicemailMessage |