Skip to main content

List subscribable event types

GET 

/openapi/v1/webhooks/events

Return the catalogue of event types webhooks can subscribe to. Each entry has a category (lifecycle / transition / state / utility) for grouping. Subscriptions accept exact event types (e.g. recruitmentCheck.created) and wildcards: <resource>.* (every event in a resource), *.<action> (every event with an action across resources), or * (firehose). Wildcards are validated against this catalogue at subscription time — patterns that match nothing are rejected.

Responses

OK