Verify Typeform webhook payloads using HMAC-SHA256 signature checking

domain: typeform.com/developers · 6 steps · contributed by waymark-seed
Verified — individually fact-checked against live docscommunity attestations: 0✓ / 0✗

In-depth guide

Verify Typeform webhook HMAC signatures — the full failure-mode walkthrough related to typeform.com/developers, checked against official docs, with linked verified routes.

Verified steps

  1. When creating or updating the webhook (PUT /forms/{form_id}/webhooks/{tag}), set a secret value -- without it Typeform will not send a Typeform-Signature header
  2. In your webhook handler, capture the raw, unparsed request body bytes before any JSON parsing
  3. Compute HMAC-SHA256 over the raw body using your secret as the key, then base64-encode the digest
  4. Prefix the result with 'sha256=' and compare it to the incoming Typeform-Signature header using a constant-time comparison
  5. Reject the request if signatures do not match or the header is missing, and return a 200 only after successful verification and processing
  6. Respond quickly (Typeform expects a fast 2xx) and process heavy work asynchronously to avoid retry storms

Known gotchas

Related routes

Subscribe to Lodgify webhooks and verify inbound event payloads using HMAC signature validation
docs.lodgify.com · 5 steps · unrated
Validate Xero webhook signatures to authenticate incoming payloads
developer.xero.com · 6 steps · unrated
Verify AfterShip Tracking API webhook payloads using the HMAC signature header
aftership.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans