Webex · Example Payload

Webex Getmyguestcallingnumbers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmyguestcallingnumbers 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": "getMyGuestCallingNumbers",
  "method": "GET",
  "path": "/telephony/config/people/me/settings/guestCalling/numbers",
  "summary": "Retrieve My Guest Calling Numbers",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          {
            "phoneNumber": "+12065551212",
            "state": "ACTIVE",
            "isMainNumber": false
          },
          {
            "phoneNumber": "+12065551213",
            "state": "INACTIVE",
            "isMainNumber": true
          }
        ]
      }
    }
  ]
}