Webhooks

Fetch details of a webhook

Returns webhook details for the given webhook ID.

get/webhooks/{webhook_id}

Path parameters

webhook_idstring required

ID of the webhook

Response

Operation successful

successboolean required

Example response

{
  "success": true,
  "data": {
    "id": "0d1f069d-43bb-489a-ad8c-7eb95592ba8e",
    "name": "All events webhook",
    "url": "https://webhook.site/b23a5bbd-c7b0-4ced-a9e2-78ae7889897e",
    "events": [
      "meeting.started",
      "meeting.ended",
      "meeting.participantJoined",
      "meeting.participantLeft",
      "meeting.chatSynced",
      "recording.statusUpdate",
      "livestreaming.statusUpdate",
      "meeting.transcript",
      "meeting.summary"
    ],
    "created_at": "2022-05-28T07:01:53.075Z",
    "updated_at": "2022-05-28T07:01:53.075Z"
  }
}

Changes

Changed in 5 of the 50 revisions of this API.234

  • v2cb67ff854c7111See the full diff
    • added the new path request parameter webhook_id

      new-request-path-parameter

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v268b9e665bfcc11See the full diff
    • deleted the path request parameter webhook_id

      request-parameter-removed

    • the endpoint scheme security Authorization was removed from the API

      api-security-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • v2d8c5d90e84ac11See the full diff
    • added the new path request parameter webhook_id

      new-request-path-parameter

    • the endpoint scheme security Authorization was added to the API

      api-security-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new meeting.summary enum value to the data/events/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new meeting.transcript enum value to the data/events/items/ response property for the response status 200

      response-property-enum-value-added

    • added the required property data/enabled to the response with the 200 status

      response-required-property-added