{ "operationId": "Read Call Intercept Settings for a Workspace", "method": "GET", "path": "/workspaces/{workspaceId}/features/intercept", "summary": "Read Call Intercept Settings for a Workspace", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "enabled": true, "incoming": { "type": "INTERCEPT_ALL", "voicemailEnabled": true, "announcements": { "greeting": "DEFAULT", "newNumber": { "enabled": true, "destination": "+12145551003" }, "zeroTransfer": { "enabled": true, "destination": "+12145551003" } } }, "outgoing": { "type": "INTERCEPT_ALL", "transferEnabled": true, "destination": "+12145551003" } } } ] }