{ "operationId": "Get a Location Emergency Call Notification", "method": "GET", "path": "/telephony/config/locations/{locationId}/emergencyCallNotification", "summary": "Get a Location Emergency Call Notification", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "emergencyCallNotificationEnabled": true, "emailAddress": "callback@gmail.com", "organization": { "emergencyCallNotificationEnabled": true, "allowEmailNotificationAllLocationEnabled": true, "emailAddress": "callback@gmail.com" } } } ] }