Fetch details of a webhook
Returns webhook details for the given webhook ID.
Path parameters
ID of the webhook
Response
Operation successful
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
- ▲
added the new path request parameter
webhook_idnew-request-path-parameter
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-security-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
pathrequest parameterwebhook_idrequest-parameter-removed
- ○
the endpoint scheme security
Authorizationwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new path request parameter
webhook_idnew-request-path-parameter
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-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.summaryenum value to thedata/events/items/response property for the response status200response-property-enum-value-added
- ●
added the new
meeting.transcriptenum value to thedata/events/items/response property for the response status200response-property-enum-value-added
- ●
- ○
added the required property
data/enabledto the response with the200statusresponse-required-property-added
- ○