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

Get Voicemail Messages

Get information for Voicemail Messages.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

PropertyTypeDescription
voicemailobjectVoicemailMessage
Metadata
string
required

Voicemail ID

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json