Logo
Zoom Public API Documentation

Get phone account settings

GET {{baseUrl}}/phone/settings

Use this API to return an account's settings.

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

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "byoc": { "enable": true }, "country": { "code": "US", "name": "United States" }, "multiple_sites": { "enabled": false, "site_code": true }, "show_device_ip_for_call_log": { "enable": false } }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/settings' -H 'Accept: application/json'

ENDPOINTS