v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
Voicemail

Create voicemail

Create voicemail settings for a phone number

post/phone_numbers/{phone_number_id}/voicemail

Request body

pinstring

The pin used for voicemail

enabledboolean

Whether voicemail is enabled.

Example request

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

Response

Successful response

Example response

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