{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Caller Reputation Provider API", "version": "1.0.0" }, "items": [ { "info": { "name": "Caller Reputation Provider", "type": "folder" }, "items": [ { "info": { "name": "Get Caller Reputation Provider Service Settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/serviceSettings/callerReputationProvider", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Unique identifier for the organization." } ] }, "docs": "Retrieves the configuration and status of the caller reputation provider service for Webex Calling." }, { "info": { "name": "Update Caller Reputation Provider Service Settings", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/telephony/config/serviceSettings/callerReputationProvider", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Unique identifier for the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of the caller reputation provider service for Webex Calling." }, { "info": { "name": "Get Caller Reputation Provider Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/serviceSettings/callerReputationProvider/status", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Unique identifier for the organization." } ] }, "docs": "Retrieves the current status of the caller reputation provider integration for Webex Calling." }, { "info": { "name": "Unlock Caller Reputation Provider", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/telephony/config/serviceSettings/callerReputationProvider/actions/unlock/invoke", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Unique identifier for the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unlocks the caller reputation provider for Webex Calling." }, { "info": { "name": "Get Caller Reputation Provider Providers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/telephony/config/serviceSettings/callerReputationProvider/providers", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Unique identifier for the organization." } ] }, "docs": "Retrieves the list of available caller reputation providers and their regions for Webex Calling." } ] } ], "bundled": true }