Skip to main content
POST
/
v1.0
/
numbers
/
reactivate
json
{
  "PhoneNumber": "+12345678901",
  "AccountId": "AID-8f3c2a91b4d7"
}
{
  "PhoneNumber": "<string>",
  "AccountId": "<string>",
  "Status": "<string>",
  "StatusMessage": "<string>"
}

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.

Body

ReactivateNumber_Request object

PhoneNumber
string
required

Required. The phone number to reactivate, in E.164 format (e.g. +12345678901).

Minimum string length: 1
AccountId
string | null

Optional account identifier (AID- prefix) that the number belongs to. Required when your token has access to multiple accounts.

Response

Success

PhoneNumber
string | null
AccountId
string | null
Status
string | null
StatusMessage
string | null