Skip to main content
GET
/
org
/
{org_id}
/
sip-trunks
/
{trunk_id}
Get SIP trunk
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/sip-trunks/{trunk_id}
{
  "id": "<string>",
  "is_active": true,
  "max_concurrency": 123,
  "name": "<string>",
  "phone_numbers": [
    {
      "id": "<string>",
      "is_verified": true,
      "label": "<string>",
      "number": "<string>",
      "provider": "<string>",
      "sip_trunk_id": "<string>",
      "trunk_name": "<string>"
    }
  ],
  "provider": "<string>",
  "type": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

trunk_id
string
required

SIP Trunk ID

Response

OK

id
string
is_active
boolean
max_concurrency
integer
name
string
phone_numbers
object[]
provider
string
type
string