Verify a webhook signature
anyhook_verifyVerify webhook signatures against secrets for 20 providers including Stripe, GitHub, Shopify, Slack, and more. Ensure incoming webhooks are authentic and untampered.
Instructions
Verify a webhook signature against a secret. Supports 20 providers including stripe, github, shopify, slack, line, discord, linear, vercel, paddle, hubspot, and paypal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Raw request body. | |
| secret | Yes | Signing secret to verify against. | |
| headers | Yes | Request headers as a flat object. | |
| provider | Yes | Provider name (e.g. 'stripe', 'github', 'slack', 'generic'). | |
| requestUrl | No | Original request URL (required for Twilio/HubSpot). Defaults to a placeholder. |