GET
/
api
/
v2
/
public
/
webhook

This API retrieves list of all registered webhooks in Cobalt.

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.