Logo
Zoom Public API Documentation

Get emergency service location details

GET {{baseUrl}}/phone/locations/:locationId

Use this API to return an emergency service location's information.

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

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "bssid": "SA43YjfBTS6gJbUpfvIziQ", "elin": { "phone_number": "+12058945656", "phone_number_id": "9h5vTQJ0TmyKs0wItZ3JAw" }, "emergency_address": { "address_line1": "55 ALMADEN BLVD", "address_line2": "6th floor", "city": "SAN JOSE", "country": "US", "id": "Qza2T_KATwCeUfTkzGsOmQ", "state_code": "CA", "zip": "95113" }, "id": "eRYjZlItQIqlFbCuRA__SQ", "name": "example location", "network_switches": [ { "mac_address": "64167f379097", "port": "20", "port_prefix": "2", "port_range_from": "01", "port_range_to": "05" }, { "mac_address": "64167f379097", "port": "20", "port_prefix": "2", "port_range_from": "01", "port_range_to": "05" } ], "parent_location_id": "FksDtQDfR9qs3gWXNDsfIw", "private_ip": "192.1.1.2", "public_ip": "192.1.1.1", "sip_group": { "display_name": "band width", "id": "F_WKDH6FRdeddZBcNUlUeA" }, "site": { "id": "SQv52YtkRLC2dwrDdYtGsA", "name": "Main site" }, "minimum_match_criteria": true }



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

ENDPOINTS