Skip to main content
POST
/
v1.0
/
numbers
/
voicemail
/
activate
json
{
  "PhoneNumber": "+11234567890",
  "AccountId": "AID-ab12345-2725-45a1-bd5e-526ed19799xx",
  "PIN": "1234",
  "FirstName": "John",
  "LastName": "Doe",
  "Email": "john@example.com"
}
{
  "PhoneNumber": "+11234567890",
  "VoicemailActivated": true,
  "Successful": true
}

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 activate voicemail 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

Voicemail PIN for the subscriber

Example:

"1234"

FirstName
string

Subscriber first name

Example:

"John"

LastName
string

Subscriber last name

Example:

"Doe"

Email
string

Email address for voicemail notifications

Example:

"john@example.com"

Response

200 - application/json

Success — returns voicemail activation status

The response is of type object.