Skip to main content
POST
/
v1.0
/
numbers
/
voicemail
/
update
json
{
  "PhoneNumber": "+11234567890",
  "AccountId": "AID-ab12345-2725-45a1-bd5e-526ed19799xx",
  "FirstName": "John",
  "LastName": "Doe",
  "PIN": "5678",
  "Email": "newemail@example.com"
}
{
  "PhoneNumber": "+11234567890",
  "Successful": true,
  "Message": "Voicemail settings updated"
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PhoneNumber
string
required

The phone number to update voicemail settings for (E.164 format)

Example:

"+11234567890"

AccountId
string

Optional account ID associated with the phone number

Example:

"AID-ab12345-2725-45a1-bd5e-526ed19799xx"

PIN
string

New voicemail PIN

Example:

"5678"

FirstName
string

Subscriber first name

Example:

"John"

LastName
string

Subscriber last name

Example:

"Doe"

Email
string

New email address for voicemail notifications

Example:

"newemail@example.com"

Response

200 - application/json

Success — returns update confirmation

The response is of type object.