List Subscribable Event Types
List every event type an endpoint may subscribe to.
Declared before the parameterized routes so a future
GET /webhooks/{endpoint_id} cannot shadow this literal path. Served
in EVENT_CATALOG declaration order, which is grouped - the UI renders
the groups in the order it receives them. The catalog is identical for
every tenant and contains nothing sensitive; it requires authentication
only because the whole router does.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/webhooks/event-types"[ { "event_type": "string", "group": "string", "label": "string", "description": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}