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,
    "pin": "1234",
    "greeting": {
      "mode": "custom_greeting",
      "media_name": "my_voicemail_greeting"
    }
  }
}

Changes

Changed in 1 of the 99 revisions of this API.1

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.