Skip to main content
POST
/
org
/
{org_id}
/
phone-numbers
Create phone number
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/phone-numbers \
  --header 'Content-Type: application/json' \
  --data '
{
  "number": "<string>",
  "sip_trunk_id": "<string>",
  "label": "<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

Body

application/json

Phone number creation request

number
string
required
sip_trunk_id
string
required
label
string

Response

Created

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