Webex · Example Payload

Webex Generate And Enable Dect Serviceability Password Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Generate And Enable Dect Serviceability Password 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": "Generate and Enable DECT Serviceability Password",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}/serviceabilityPassword/actions/generate/invoke",
  "summary": "Generate and Enable DECT Serviceability Password",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "password": "?i@9$?F)iR?rHNsu"
      }
    }
  ]
}