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