GET {{baseUrl}}/phone/sip_groups?next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&page_size=30
Use this API to list SIP (Session Initiation Protocol) groups. Scopes: Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissionsphone:read:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
next_page_token
|
string | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | |
page_size
|
number | The number of records returned within a single API call. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "IXIhcpJWscHfISSKTcdl2QpSMLyRE38zH92",
"page_size": 3,
"sip_groups": [
{
"description": "test SIP group",
"display_name": "RRRR",
"id": "8MhK7ea4Q4ihIQ4TD_g0kw",
"send_sip_group_name": true,
"sip_trunk": {
"id": "VWQU-veBQnm08EtBkUGnbw",
"name": "TESTAPI01"
}
},
{
"description": "test SIP group",
"display_name": "RRRR",
"id": "8MhK7ea4Q4ihIQ4TD_g0kw",
"send_sip_group_name": true,
"sip_trunk": {
"id": "VWQU-veBQnm08EtBkUGnbw",
"name": "TESTAPI01"
}
}
]
} |
ENDPOINTS