Skip to main content
GET
/
api
/
webhook-subscriptions
/
meta
/
events
List event types
curl --request GET \
  --url https://api.crustocean.chat/api/webhook-subscriptions/meta/events
[
  {
    "event": "<string>",
    "description": "<string>"
  }
]
Returns all available webhook event types you can subscribe to, such as message.created, member.joined, and others. Use this to discover which events are supported before creating a subscription. This endpoint requires no authentication.

Response

200 - application/json

Event type list

event
string
description
string