Skip to main content
GET
List subscribable event types

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

OK

Full catalog response for GET /webhooks/event-types/.

envelope_versions
enum<string>[]
required

Every envelope version an endpoint may be pinned to via api_version.

Payload-envelope versions an endpoint can be pinned to (C-4296).

Mirrors :class:apps.integrations.webhooks.catalog.EnvelopeVersion.

v1 is the pre-catalog envelope, retained permanently because every endpoint created before C-4296 is pinned to it. 2026-07-01 is the current shape; versions are dated from here on.

Available options:
v1,
2026-07-01
current_envelope_version
enum<string>
required

Version newly-created endpoints are pinned to. Existing endpoints are never moved to it.

Available options:
v1,
2026-07-01
events
EventCatalogEntrySchema · object[]
required

Every subscribable event type.

planned
PlannedEventSchema · object[]
required

Roadmap event types, not yet subscribable. See :class:PlannedEventSchema.