Webex · Example Payload

Webex Get Webhook Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Webhook Details 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 Webhook Details",
  "method": "GET",
  "path": "/webhooks/{webhookId}",
  "summary": "Get Webhook Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1dFQkhPT0svOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
        "name": "My Awesome Webhook",
        "targetUrl": "https://example.com/mywebhook",
        "resource": "messages",
        "event": "created",
        "filter": "roomId=Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
        "secret": "86dacc007724d8ea666f88fc77d918dad9537a15",
        "status": "active",
        "created": "2015-10-18T14:26:16+00:00",
        "ownedBy": "org"
      }
    }
  ]
}