Skip to main content
GET
Get Event Catalog
Any authenticated request with an active organization can call this — no manage scope required, since this only lists what’s subscribable. Returns the subscribable slice of the notification registry, straight from event_catalog() — the same source of truth the delivery pipeline uses, so this list never drifts from what actually fires. Events marked always_send in the registry (operational alerts like feedback owner/assignee notices, which ignore per-user preferences) are excluded, since a toggle for them would do nothing.

Auth

No CRM scope is checked here — an active organization on the token is the only requirement, and its absence is the sole cause of a 403.

Response

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

The response is of type Response Get Event Catalog Notifications Event Catalog Get · object.