Webhooks
Get webhook by ID
GET
This API fetches a registered Cobalt webhook details by ID.
Request description
Path Parameters
Unique webhook id.
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
.