Webex · Example Payload

Webex Fetch A Subscription Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Fetch A Subscription 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": "Fetch a Subscription",
  "method": "GET",
  "path": "/partner/tags/organizations/{orgId}/subscriptions/{subscriptionId}",
  "summary": "Fetch a Subscription",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "orgName": "Customer Name",
        "orgId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
        "tags": [
          "Tags1,Tags2"
        ],
        "subscriptionId": "Sub119911",
        "trial": "false"
      }
    }
  ]
}