Create a webhook subscription
Endpoint reference
Create a webhook
Register a URL to receive POST callbacks for the calling wallet’s events. The response includes a 32-byte hex secret used by the sender for HMAC-SHA256 signing — STORE IT NOW, it is not returned again. Receivers verify with X-Lumina-Signature header (hex of HMAC-SHA256(body, secret)).
POST
Create a webhook subscription
Authorizations
Issued via POST /api/v1/agent/onboard or POST /api/v1/keys/generate. Format: lk_<64-hex>.
Body
application/json