Webhooks

Create a Webhook on App

post/app/{appId}/webhooks

Path parameters

appIdstring required

ID of the App to set the webhook for

Request body

urlstring

Webhook payload URL

event'register.registered' | 'register.attended.live' | 'register.attended.onDemand'

Event that will trigger webhook

Example request

{
  "event": "register.registered"
}

Response

OK

idstring

The id of the webhook

secretstring

The secret key used to validate webhook requests

Changes

No recorded changes to this endpoint across all 1 revision of this API.