Webex · Example Payload

Webex Get Customer Organizations Tags Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Customer Organizations Tags 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 customer organization's tags",
  "method": "GET",
  "path": "/partner/tags/organizations/{orgId}",
  "summary": "Get customer organization's tags",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "orgName": "Customer Name",
        "orgId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
        "tags": [
          "Tags1",
          "Tags2"
        ]
      }
    }
  ]
}