Webhook Signature Validator
Verify a webhook’s HMAC signature: paste the raw payload body, your signing secret and the signature from the provider’s header (GitHub sha256=…, Shopify base64, or any custom HMAC-SHA1/SHA-256/SHA-512 in hex or base64), and confirm whether it matches.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Payload body
Signing secret
Provider
custom, github, github-legacy, shopify Algorithm
sha1, sha256, sha512 Signature encoding
hex, base64 Claimed signature
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.