Skip to main content
POST
/
v1.0
/
numbers
/
refresh-nnid
json
{
  "PhoneNumber": "+11234567890"
}
{
  "PhoneNumber": "+11234567890",
  "NNID": "refreshed-nnid-value",
  "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 refresh NNID for (E.164 format)

Example:

"+11234567890"

Response

200 - application/json

Success — returns the phone number and refreshed NNID

The response is of type object.