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"
}
}
}