Webex · Example Payload

Webex Addphonenumbertomycallblocklist Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Addphonenumbertomycallblocklist 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": "addPhoneNumberToMyCallBlockList",
  "method": "POST",
  "path": "/telephony/config/people/me/settings/callBlock/numbers",
  "summary": "Add a phone number to user's Call Block List",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumber": "+19075552859"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BIT05FX05VTUJFUi9LekU1TnpnNU5EWTJOelkz"
      }
    }
  ]
}