Skip to main content

Webhooks

Manage webhook subscriptions for the Oho event bus.

📄️List subscribable event types

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.