Skip to main content
POST
/
v1.0
/
numbers
/
refresh-nnid
json
{
  "PhoneNumber": "+11234567890"
}
{
  "PhoneNumber": "+11234567890",
  "NNID": "refreshed-nnid-value",
  "Successful": true
}

Body

application/json
PhoneNumber
string
required

The phone number to refresh NNID for (E.164 format)

Example:

"+11234567890"

Response

Success — returns the phone number and refreshed NNID

The response is of type object.