curl --request GET \
--url https://api.devhelm.io/api/v1/webhooks/events \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "<string>",
"surface": "<string>",
"description": "<string>"
}
]
}Returns the full catalog of supported outbound webhook event types with their surface grouping and human-readable descriptions. Use this to populate subscription checkboxes when creating or updating a webhook endpoint.
curl --request GET \
--url https://api.devhelm.io/api/v1/webhooks/events \
--header 'Authorization: Bearer <token>'{
"data": [
{
"type": "<string>",
"surface": "<string>",
"description": "<string>"
}
]
}