Create an account-level webhook

Creates a new webhook at the account level. Account-level webhooks fire for the specified trigger across all events in the account. The webhook URL must be a valid HTTP(S) URL and must be unique per trigger within the same account.

Optionally, for attendee_created and attendee_updated triggers, you can pass administrative_area_ids to restrict the webhook to only fire when the attendee's event belongs to one of the specified administrative areas. The IDs must reference non-archived administrative areas in the same account.

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

Account UUID (api key)

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