Logo
Zoom Public API Documentation

Get emergency address details

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

Use this API to get emergency address 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

{ "address_line1": "55 ALMADEN BLVD", "address_line2": "8 Floor", "city": "San Jose", "country": "US", "id": "Qza2T_KATwCeUfTkzGsOmQ", "is_default": true, "level": 1, "owner": { "extension_number": "101002", "id": "y9th648XRfSL9S61p1TsBw", "name": "ZOOM_API Test" }, "site": { "id": "SQv52YtkRLC2dwrDdYtGsA", "name": "Main site" }, "state_code": "CA", "status": 1, "zip": "95113" }



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

ENDPOINTS