Webex · Example Payload

Webex Updatecallerreputationprovidersettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updatecallerreputationprovidersettings 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": "updateCallerReputationProviderSettings",
  "method": "PUT",
  "path": "/telephony/config/serviceSettings/callerReputationProvider",
  "summary": "Update Caller Reputation Provider Service Settings",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "id": "provider-123",
        "name": "Acme Reputation Provider",
        "clientId": "client-456",
        "clientSecret": "secret-789",
        "callBlockScoreThreshold": "0.7",
        "callAllowScoreThreshold": "0.3"
      }
    }
  ],
  "responseExamples": []
}