Register a webhook
Registers a webhook so AURA posts event payloads to your URL as callouts, subscriptions, and customers change. Provide the events to subscribe to and any custom headers to include on each delivery. The URL must be HTTPS, and each customer source has a single active webhook — registering replaces it. The API path retains notifiers; docs use webhook terminology.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
url
HTTPS endpoint AURA posts event payloads to.
events
Event types to subscribe to, for example NEW_CALLOUT, CALLOUT_CLOSED.
method
Delivery method. Use webhook.
headers
Custom headers included on every delivery, for example an authorization token.
Response
Successful.
message
notifier
Errors
400
Bad Request Error
401
Unauthorized Error
