Webex · Example Payload

Webex Get Single Number Reach Primary Available Phone Numbers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Single Number Reach Primary Available Phone Numbers 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": "Get Single Number Reach Primary Available Phone Numbers",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/singleNumberReach/availableNumbers",
  "summary": "Get Single Number Reach Primary Available Phone Numbers",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          {
            "phoneNumber": "+12056350001",
            "state": "ACTIVE",
            "isMainNumber": false,
            "telephonyType": "PSTN_NUMBER",
            "tollFreeNumber": false,
            "isServiceNumber": false
          },
          {
            "phoneNumber": "+12056350002",
            "state": "ACTIVE",
            "isMainNumber": true,
            "telephonyType": "PSTN_NUMBER",
            "tollFreeNumber": false,
            "isServiceNumber": true
          },
          {
            "phoneNumber": "+12056350003",
            "state": "INACTIVE",
            "isMainNumber": false,
            "telephonyType": "PSTN_NUMBER",
            "tollFreeNumber": true,
            "isServiceNumber": false
          }
        ]
      }
    }
  ]
}