Webhooks
📄️ List Webhooks
This API lists webhooks. With no parameters, it gets the org specific webhooks. Caller can append projectId or notificationType to search more specifically.
📄️ Create New Webhook
This API creates a webhook. The body of the request is a JSON serialized form for the webhook.
📄️ Delete Specific Webhook
Deletes the webhook identified by hookId in org identified by orgId.
📄️ Retrieve Specific Webhook
Retrieve Specific Webhook