Logo
Zoom Public API Documentation

Get emergency address details

GET {{baseUrl}}/phone/emergency_addresses/:emergencyAddressId

Gets the emergency address 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_address:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "address_line1": "<string>", "address_line2": "<string>", "city": "<string>", "country": "<string>", "id": "<string>", "is_default": "<boolean>", "level": 0, "owner": { "extension_number": "<long>", "id": "<string>", "name": "<string>" }, "site": { "id": "<string>", "name": "<string>" }, "state_code": "<string>", "status": 4, "zip": "<string>" }



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

ENDPOINTS