{ "operationId": "getCallerReputationProviderSettings", "method": "GET", "path": "/telephony/config/serviceSettings/callerReputationProvider", "summary": "Get Caller Reputation Provider Service Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "name": "Acme Reputation Provider", "id": "provider-123", "clientId": "client-456", "enabled": true, "callBlockScoreThreshold": "0.7", "callAllowScoreThreshold": "0.3" } } ] }