v24

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-014382230.2 KB

List available event types

Returns a list of all available webhook event types that can be subscribed to.

get/api/webhookSubscriptions.eventTypes

Response

List of available event types

event_typesstring[]

Example response

{
  "event_types": [
    "contact.created",
    "contact.updated",
    "contact.deleted",
    "list.subscribed",
    "list.unsubscribed",
    "email.sent",
    "email.delivered"
  ]
}