Voicemail

Get voicemail

Returns the voicemail settings for a phone number

get/phone_numbers/{phone_number_id}/voicemail

Response

Successful response

Example response

{
  "data": {
    "enabled": true,
    "greeting": {
      "media_name": "my_voicemail_greeting",
      "mode": "custom_greeting"
    },
    "pin": "1234"
  }
}