Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Body
application/json
Webhooks are used to notify you when sync alerts are raised or resolved, or when certain lifecycle events happen during a sync run.
The name of the webhook
Example:
"My Webhook"
The endpoint the webhook will ping when an event occurs in Census. Must be a secure (HTTPS) site.
Example:
"https://mycompany.com/census-sync-alerts"
An optional description of the webhook
Example:
"Webhook for failed syncs "
The events that the webhook should alert on. By default all events are alerted on unless otherwise specified.
Example:
["sync.alert.raised", "sync.alert.resolved"]