Webex · Example Payload

Webex Getphonenumberfromdnclist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getphonenumberfromdnclist 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": "getPhoneNumberFromDncList",
  "method": "GET",
  "path": "/v3/campaign-management/dncList/{dncListName}/phoneNumber/{phoneNumber}",
  "summary": "Get Phone Number from DNC List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "phoneNumber": "+1234567890",
        "source": "customer-request",
        "addedDate": "2024-01-15T10:30:00Z",
        "addedBy": "admin@example.com",
        "reason": "Customer opted out via phone"
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "example": {
        "code": 1001,
        "message": "Phone number +1234567890 not found in DNC list 'corporate-dnc-list'",
        "trackingId": "WXC-12345-67892"
      }
    }
  ]
}