Skip to main content
PATCH
/
org
/
{org_id}
/
phone-numbers
/
{number_id}
Update phone number
curl --request PATCH \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/phone-numbers/{number_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_verified": true,
  "label": "<string>",
  "sip_trunk_id": "<string>"
}
'
{
  "id": "<string>",
  "is_verified": true,
  "label": "<string>",
  "number": "<string>",
  "provider": "<string>",
  "sip_trunk_id": "<string>",
  "trunk_name": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

number_id
string
required

Phone Number ID

Body

application/json

Phone number update request

is_verified
boolean
label
string
sip_trunk_id
string

Response

OK

id
string
is_verified
boolean
label
string
number
string
provider
string
sip_trunk_id
string
trunk_name
string