Skip to main content

Event format

When an event occurs, Ledger sends a POST 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:
Use "*" 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 via GET /v1/webhooks/:id/deliveries.