curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/phone-numbers/bulk \
--header 'Content-Type: application/json' \
--data '
{
"numbers": [
{
"number": "<string>",
"label": "<string>"
}
],
"sip_trunk_id": "<string>"
}
'{
"count": 123,
"created": [
{
"id": "<string>",
"is_verified": true,
"label": "<string>",
"number": "<string>",
"provider": "<string>",
"sip_trunk_id": "<string>",
"trunk_name": "<string>"
}
]
}Creates multiple phone numbers and associates them with a SIP trunk
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/phone-numbers/bulk \
--header 'Content-Type: application/json' \
--data '
{
"numbers": [
{
"number": "<string>",
"label": "<string>"
}
],
"sip_trunk_id": "<string>"
}
'{
"count": 123,
"created": [
{
"id": "<string>",
"is_verified": true,
"label": "<string>",
"number": "<string>",
"provider": "<string>",
"sip_trunk_id": "<string>",
"trunk_name": "<string>"
}
]
}