GET {{baseUrl}}/phone/settings
Use this API to return an account's settings. Scopes: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:read:admin
Rate Limit Label: Light
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
}
} |
ENDPOINTS