{ "operationId": "Get the organization call captions settings", "method": "GET", "path": "/telephony/config/callCaptions", "summary": "Get the organization call captions settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "orgClosedCaptionsEnabled": true, "orgTranscriptsEnabled": true } } ] }