Webex · Example Payload

Webex Bargein Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Bargein 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": "bargein",
  "method": "POST",
  "path": "/telephony/calls/bargeIn",
  "summary": "Barge In",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "target": "1000",
        "endpointId": "Y2lzY29z...",
        "singleNumberReachPhoneNumber": "+12223334444",
        "lineOwnerId": "Y2lzY29z..."
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA",
        "callSessionId": "MmFmNThiZjktYWE3Ny00NWE5LThiMDEtYzI4NDMxZWYwNzRm"
      }
    }
  ]
}