Logo
Zoom Public API Documentation

Get emergency service location details

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: phone:read:admin

Granular Scopes: phone:read:emergency_location:admin

Rate Limit Label: 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>" }



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

ENDPOINTS