Webhooks
Get webhook by ID
GET
/
api
/
v2
/
public
/
webhook
/
:id
This API fetches a registered Cobalt webhook details by ID.
Request description
Path Parameters
id
string
requiredUnique webhook id.
Response description
is_enabled
boolean
Whether the webhook is active or not.
webhook_events
array
Webhooks events subscribed. Accepted values are, Connection Created
, Connection Deleted
, Workflow Completed
, Workflow Errored
, Connection Expired
.
webhook_url
string
Webhook URL to listen to the events.
_id
string
Unique ID of the webhook.
webhook_type
string
The type of webhook. Accepted values are default
and slack
.