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: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:emergency_address:admin
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>"
} |
ENDPOINTS