Logo
Zoom Public API Documentation

List phone numbers

GET {{baseUrl}}/phone/carrier_reseller/numbers?page_size=30&next_page_token=next_page_token&assigned_status=assigned&sub_account_id=8EVJZPwCTmSZme6fTOcBFg&keyword=555

Use this API to list phone numbers in a carrier reseller (master) account that can be pushed to its subaccounts.

Scopes: phone:read:admin Rate Limit Label: Medium

Prerequisites: * A Pro or higher account plan * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 
page_size
number The size of the page.
next_page_token
string The current page number of returned records.
assigned_status
string Number assignment status.
sub_account_id
string Partner account ID from sub-account.
keyword
number Partial string of the phone number.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

Curl
curl -X GET 'https://api.zoom.us/v2/phone/carrier_reseller/numbers?page_size=30&next_page_token=next_page_token&assigned_status=assigned&sub_account_id=8EVJZPwCTmSZme6fTOcBFg&keyword=555?page_size=30&next_page_token=next_page_token&assigned_status=assigned&sub_account_id=8EVJZPwCTmSZme6fTOcBFg&keyword=555' -H 'Accept: application/json'

ENDPOINTS