List phone sites

GET {{baseUrl}}/phone/sites?page_size=30&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2

Sites allow you to organize Zoom Phone users in your organization. Use this API to list all the sites that have been created for an account.
Prerequisites:

  • Multiple Sites must be

enabled .

  • Pro or a higher account with Zoom Phone enabled.

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

Request Params

| Key | Datatype | Required | Description | | page_size | number | | The number of records returned within a single API call. | | 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. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"next_page_token":"nav48KOj42vYPSG4f0cCdT575bZ980did22","page_size":10,"sites":[{"country":{"code":"US","name":"United States"},"id":"SQv52YtkRLC2dwrDdYtGsA","main_auto_receptionist":{"extension_id":"pl1XprjhTQK1CCMVKTqCFA","extension_number":12345,"id":"Kbdc9lv_SBCuPMjj_lhxVA","name":"ApiTA_R_2020_07_12_00_41_57_145"},"name":"ApiTA_Site_2020_07_12_00_41_57_141","site_code":1},{"country":{"code":"US","name":"United States"},"id":"SQv52YtkRLC2dwrDdYtGsA","main_auto_receptionist":{"extension_id":"pl1XprjhTQK1CCMVKTqCFA","extension_number":12345,"id":"Kbdc9lv_SBCuPMjj_lhxVA","name":"ApiTA_R_2020_07_12_00_41_57_145"},"name":"ApiTA_Site_2020_07_12_00_41_57_141","site_code":1}],"total_records":20}