Webhooks
Webhooks (when enabled) let you react to key events without polling.
Delivery
- Payload format: JSON
- Retries: TBD
- Signature verification: TBD
Event types
Launchpad
pool.createdpool.updatedpool.status_changed
Secure Lock
lock.createdlock.updatedlock.unlocked
Audit token
audit_token.issuedaudit_token.revoked
Security
- Verify webhook signatures.
- Store a replay-safe event id and ignore duplicates.