Skip to main content
GET
List available webhook event types

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Response

List of available webhook event types

events
enum<string>[]
required

List of all available webhook event types

Available options:
message.sent,
message.received,
message.read,
message.delivered,
reaction.added,
reaction.removed,
participant.added,
participant.removed,
chat.created,
chat.group_name_updated,
chat.group_icon_updated,
chat.typing_indicator.started,
chat.typing_indicator.stopped
doc_url
string<uri>
required

URL to the webhook events documentation

Allowed value: "https://docs.relayapp.im/guides/webhooks/events"