Webex · Example Payload

Webex Get A Wholesale Subscriber Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A Wholesale Subscriber 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 a Wholesale Subscriber",
  "method": "GET",
  "path": "/wholesale/subscribers/{subscriberId}",
  "summary": "Get a Wholesale Subscriber",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvZjViMzYxODctYzhkZC00NzI3LThiMmYtZjljNDQ3ZjI5MDQ2",
        "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
        "email": "johnandersen@acme.com",
        "customerId": "Y2lzY29zcGFyazovL3VzL0NVU1RPTUVSL2Y1YjM2MTg3LWM4ZGQtNDcyNy04YjJmLWY5YzQ0N2YyOTA0Ng",
        "externalCustomerId": "c1677a16-557a-4fb4-b48f-24adde57ec99",
        "package": "webex_calling",
        "status": "provisioned",
        "lastStatusChange": "2021-08-06T02:05:41.791232Z",
        "created": "2021-08-06T02:03:00.062Z",
        "packages": [
          "webex_calling"
        ]
      }
    }
  ]
}