Webex · Example Payload

Webex Getcallerreputationprovidersettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getcallerreputationprovidersettings Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
      }
    }
  ]
}