GET /accounts/{accountId}/sip_trunk/internal_numbers
This API allows a master account with SIP Connected Audio plan to list internal phone numbers (i.e., numbers that are not provided by Zoom but are owned by the organization consuming the API) assigned to a master account or a sub account.
To list internal numbers of a sub account, provide the account ID of the sub account in the accountId path parameter. To list internal numbers of a master account, provide me as the value of the accountId path parameter.
Prerequisites:
- The account making this API request must be a master account with SIP Connected Audio Plan.
Scope:sip_trunk:master
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
Unique identifier of the account. To list internal numbers of a sub account, provide the account ID of the sub account in the |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page_size |
Integer | No |
The number of records returned within a single API call. Default value: 30 |
next_page_token |
String | No |
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. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.