accountId
path parameter. To retrieve SIP trunks of a master account, provide me
as the value of the accountId
path parameter. sip_trunk:read:admin
curl --location --request GET 'http://api.zoom.us/v2/accounts//sip_trunk/trunks'
{
"sip_trunks": [
{
"dnis": "90001258",
"id": "268",
"name": "test1",
"number_prefix": "0",
"sip_server_address": "111.111.1.1"
},
{
"dnis": "80001748",
"id": "281",
"name": "test2",
"number_prefix": "0",
"sip_server_address": "111.111.1.34"
}
],
"total_records": 1
}
me
as the value of this field.