Authorizations
Admin API key for authentication
Body
Request body for creating a new screening webhook
The name that should be assigned to the webhook. This is for reference purposes, and will be echoed back in the webhook payload together with the webhook unique ID. It can be helpful to assign a system reference ID or other reference code. It can also be used to identify different webhooks as dev vs prod, or by purpose.
"Test webhook"
The list of events that the webhook should subscribe to. If more than one event is provided, it is treated as an OR gate where if any of the conditions in the events of the array are applicable, the webhook will trigger. At least one event must be provided.
The URL that the webhook should POST to when event conditions are met
"https://your.web.site/path"