GET {{baseUrl}}/phone/locations/:locationId
Returns an emergency service location's information. Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:emergency_location:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"bssid": "<string>",
"elin": {
"phone_number": "<string>",
"phone_number_id": "<string>"
},
"emergency_address": {
"address_line1": "<string>",
"address_line2": "<string>",
"city": "<string>",
"country": "<string>",
"id": "<string>",
"state_code": "<string>",
"zip": "<string>"
},
"id": "<string>",
"name": "<string>",
"network_switches": [
{
"mac_address": "<string>",
"port": "<string>",
"port_prefix": "<string>",
"port_range_from": "<string>",
"port_range_to": "<string>"
},
{
"mac_address": "<string>",
"port": "<string>",
"port_prefix": "<string>",
"port_range_from": "<string>",
"port_range_to": "<string>"
}
],
"parent_location_id": "<string>",
"private_ip": "<string>",
"public_ip": "<string>",
"sip_group": {
"display_name": "<string>",
"id": "<string>"
},
"site": {
"id": "<string>",
"name": "<string>"
},
"minimum_match_criteria": "<boolean>"
} |
ENDPOINTS