List registered webhooks
Webhooks
List Webhooks
List all webhooks registered for your account.
GET
List registered webhooks
Endpoint
GET /webhooks
Returns all webhooks registered for the authenticated customer.
Response
A JSON array of webhook objects. The signingsecret is never returned; has_secret indicates whether one is configured.
Example Response
Authentication
This endpoint requires authentication. Only webhooks owned by the authenticated customer are returned.Authorizations
Response
200 - application/json
All webhooks registered for the customer.
Unique ID for the webhook.
Whether a signing secret is configured. The secret itself is never returned.
Derived health: disabled when inactive, failing when the last delivery returned a non-2xx status, otherwise active.
Available options:
active, failing, disabled Timestamp of the most recent delivery attempt, or null if none.
HTTP status code of the most recent delivery attempt, or null if none.
Available options:
cdd_state_changed, monitoring_alert_fired, cdd_document_fetched, search_completed, alert_remediated, flow_run_completed, flow_run_failed