Updates an existing webhook endpoint. You can change the URL, subscribed events, or status. All fields are optional — only provided fields are updated.
API key passed as a Bearer token. Format: ld_<env>_<prefix>_<secret> where <env> is test or live.
The webhook ID (prefixed with whk_).
"whk_bcd890"
Updated URL to receive webhook events.
"https://example.com/webhooks/ledger-v2"
Updated list of event types to subscribe to.
[
"customer.created",
"transaction.completed",
"transfer.completed"
]Set to disabled to pause delivery or active to resume.
active, disabled