List Available Events

Lists the events a webhook endpoint can subscribe to.

GEThttps://api.audienceful.com/v2/webhook-events
curl --location --request GET 'https://api.audienceful.com/v2/webhook-events' \
--header 'X-Api-Key: <your-api-key>'
{
  "data": [
    "audience.member_added",
    "audience.member_removed",
    "bulk_email.sent",
    "person.created",
    "person.deleted",
    "person.unsubscribed",
    "person.updated"
  ]
}

Requires the webhooks:read scope. Returns the current event vocabulary you can subscribe an endpoint to. See Webhooks overview for what each event means.

Response

dataarray[string]
The list of available event names.
Last updated: July 11, 2026