Skip to main content
GET
/
api
/
webhookSubscriptions.eventTypes
List available event types
curl --request GET \
  --url https://{notifuseDomain}/api/webhookSubscriptions.eventTypes \
  --header 'Authorization: Bearer <token>'
{
  "event_types": [
    "contact.created",
    "contact.updated",
    "contact.deleted",
    "list.subscribed",
    "list.unsubscribed",
    "email.sent",
    "email.delivered"
  ]
}

Authorizations

Authorization
string
header
required

API token for authentication

Response

List of available event types

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