verify_signature
Verify a callback's HMAC signature against the endpoint's secret to confirm authenticity and integrity before your agent processes the payload.
Instructions
Verify the HMAC signature of a received callback against the endpoint's configured secret (Stripe, GitHub, Shopify, or custom), using a timing-safe comparison. Returns whether the callback is authentic and untampered — call this before your agent acts on a payload. Requires the endpoint to have a webhook secret configured and a paid plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Endpoint slug the callback belongs to | |
| requestId | Yes | Callback UUID to verify |