accountId
path parameter. To list internal numbers of a master account, provide me
as the value of the accountId
path parameter.sip_trunk:master
curl --location --request GET 'http://api.zoom.us/v2/accounts//sip_trunk/internal_numbers'
{
"internal_numbers": [
{
"allow_for_external_meetings": true,
"allow_join": true,
"country": "string",
"display_number": "string",
"labels": "string",
"languages": "en-GB",
"number": "string",
"type": 0,
"visible": true
}
],
"next_page_token": "string",
"page_size": 30,
"total_records": 0
}
accountId
path parameter. To list internal numbers of a master account, provide me
as the value of the accountId
path parameter.