Webhooks
Get all webhooks
GET
/
api
/
v2
/
public
/
webhook
This API retrieves list of all registered webhooks in Cobalt.
Response description
Whether the webhook is active or not.
Webhooks events subscribed. Accepted values are, Connection Created
, Connection Deleted
, Workflow Completed
, Workflow Errored
, Connection Expired
.
Webhook URL to listen to the events.
Unique ID of the webhook.
The type of webhook. Accepted values are default
and slack
.