v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Voicemail

Update voicemail

Update voicemail settings for a phone number

patch/phone_numbers/{phone_number_id}/voicemail

Request body

enabledboolean

Whether voicemail is enabled.

pinstring

The pin used for voicemail

Example request

{
  "enabled": true,
  "pin": "1234"
}

Response

Successful response

Example response

{
  "data": {
    "enabled": true,
    "pin": "1234"
  }
}