Webex · Example Payload

Webex Retrieve Redsky Account Details For An Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve Redsky Account Details For An Organization 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": "Retrieve RedSky Account Details for an Organization",
  "method": "GET",
  "path": "/telephony/config/redSky",
  "summary": "Retrieve RedSky Account Details for an Organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": true,
        "companyId": "a5e5808f-34ac-4ed0-b8f3-2416bc4cb785",
        "secret": "*****",
        "locationsEnabled": true
      }
    }
  ]
}