configure_verification
Turn on HMAC signature verification for a bucket using the provider's own signing secret (e.g. Stripe's whsec_). This is how you finish a "verified webhook" integration end to end. Set secret to the provider secret and hmac_enabled:true in the same call; the signature scheme is auto-detected from the header shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | No | The provider's signing secret (≥16 chars). | |
| bucket_id | Yes | The endpoint id. | |
| on_failure | No | What to do with a failed signature. | |
| header_name | No | Signature header to read (auto-detected if omitted). | |
| hmac_enabled | No | Enable verification. | |
| tolerance_seconds | No | Max timestamp skew allowed, in seconds. |