Create an event-level webhook

Creates a new webhook scoped to a specific event. Event-level webhooks fire only for the specified trigger within this event. The webhook URL must be a valid HTTP(S) URL and must be unique per trigger within the same event. Requires the event to have webhooks enabled; returns an error if webhooks are disabled.

Note: administrative_area_ids conditions are not supported for event-level webhooks. Use account-level webhooks to apply administrative area filtering.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

Body Params
string
required

The URL that will receive webhook POST requests

string
enum
required

The event type that triggers the webhook

administrative_area_ids
array of integers

Optional list of administrative area IDs to restrict this webhook to. Only supported for account-level webhooks with attendee_created or attendee_updated triggers. The IDs must belong to the same account and must not be archived.

administrative_area_ids
Responses

401

Unauthorized - missing or invalid token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json