Register webhook
register_webhookRegister an HTTPS endpoint to receive e-signature event notifications and a signing secret for HMAC verification.
Instructions
Register an HTTPS endpoint to receive event notifications. The response returns a signing secret — store it to verify the HMAC-SHA256 signature on incoming payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint that will receive event POSTs. | |
| events | Yes | Event types to subscribe to. The response returns a signing secret for HMAC verification. |