Skip to content

List Webhook Event Types

GET
/api/Webhooks/event-types
curl --request GET \
--url https://example.com/api/Webhooks/event-types \
--header 'Authorization: Bearer <token>'

The set of event types receivers can subscribe to.

OK

Media type application/json
Array<string>
Example generated
[
"example"
]