Webex · Example Payload

Webex Validate An External Phone Number Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Validate An External Phone Number 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": "Validate an external phone number",
  "method": "POST",
  "path": "/telephony/config/virtualExtensions/actions/validateNumbers/invoke",
  "summary": "Validate an external phone number",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "phoneNumbers": [
          "+1234567890",
          "+1987654321"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "status": ""
      }
    }
  ]
}