curl --request GET \
--url https://api.getsly.ai/v1/v1/webhooks/events \
--header 'Authorization: Bearer <token>'{
"events": [
{
"type": "<string>",
"description": "<string>"
}
]
}Returns the machine-readable catalog of event types your tenant can subscribe to.
curl --request GET \
--url https://api.getsly.ai/v1/v1/webhooks/events \
--header 'Authorization: Bearer <token>'{
"events": [
{
"type": "<string>",
"description": "<string>"
}
]
}