Skip to main content
POST
/
v1.0
/
numbers
/
update
Update Phone Number information
curl --request POST \
  --url https://api.example.com/v1.0/numbers/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Number": "<string>",
  "MessageEnabled": true,
  "MessageType": "<string>",
  "Classification": "<string>",
  "VoiceEnabled": true,
  "MessageRouteId": "<string>",
  "VoiceRouteId": "<string>",
  "AssignedSubscriberId": "<string>",
  "CnamLastName": "<string>",
  "CnamFirstName": "<string>",
  "ProductType": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

Update_Number_Request object

Number
string
required
Minimum string length: 1
MessageEnabled
boolean | null
MessageType
string | null
Classification
string | null
VoiceEnabled
boolean | null
MessageRouteId
string | null
VoiceRouteId
string | null
AssignedSubscriberId
string | null
CnamLastName
string | null
CnamFirstName
string | null
ProductType
string | null

Response

200

Success