Register webhook
Register the HTTPS endpoint that receives platform event notifications.
Webhook delivery is a platform-wide mechanism; the events you receive depend on the
services enabled for your tenant — for the Account Information Service these are the ais.*
events.
The response returns a one-time signing_secret — store it; it is shown only once and is
used to verify the x-hmac-signature on every delivery.
The endpoint must be publicly reachable over HTTPS.
Authorizations
An Account Information–scoped OAuth2 access token obtained from the platform Authentication API. Send it as a bearer token on every request.
Body
The HTTPS endpoint that receives event notifications.
"https://your-backend.example.com/hooks/account-information"
Response
The webhook was registered.
The unique identifier for the webhook.
"2b3c4d5e-6f7a-4b8c-9d0e-1f2a3b4c5d6e"
When the webhook was registered.
"2026-06-22T09:55:00Z"
The registered endpoint.
"https://your-backend.example.com/hooks/account-information"
The signing secret, returned only once. Store it securely and use it to verify the x-hmac-signature on every delivery.
"whsec_9f8e7d6c5b4a3f2e1d0c"