Event format
When an event occurs, Ledger sends aPOST request to your webhook URL with:
Headers
Every delivery includes these headers:Event types
Subscribing to events
When creating a webhook, pass the event types you want to receive:"*" to subscribe to all events.
Retry policy
If your endpoint returns a non-2xx status code, Ledger retries with exponential backoff. You can view delivery history viaGET /v1/webhooks/:id/deliveries.