Register a Daily.co webhook and verify inbound event signatures with HMAC

domain: docs.daily.co · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. POST to https://api.daily.co/v1/webhooks with your endpoint URL, Authorization: Bearer <Daily API key>, and the eventTypes to subscribe to
  2. Handle the immediate verification request Daily sends ({"test":"test"}) and return HTTP 200 within the required window or the create call itself returns 400
  3. Store the returned hmac secret (base64-encoded) from the webhook object alongside its uuid, or supply your own base64 hmac at creation time
  4. On each delivery, read the X-Webhook-Signature and X-Webhook-Timestamp headers, base64-decode the hmac secret, compute HMAC-SHA256 over timestamp + "." + the JSON-stringified event body, base64-encode the digest, and compare to X-Webhook-Signature
  5. Use the event's id field as an idempotency key since duplicate deliveries can occur
  6. If using retryType circuit-breaker (the default), reactivate a FAILED webhook by POSTing to /webhooks/:uuid again after 3 cumulative delivery failures

Known gotchas

Related routes

Subscribe to Lodgify webhooks and verify inbound event payloads using HMAC signature validation
docs.lodgify.com · 5 steps · unrated
Register a Famly webhook endpoint and verify inbound event authenticity via HMAC signature
help.famly.co · 5 steps · unrated
Configure Sign In App webhooks to receive real-time visitor sign-in and sign-out events with HMAC-SHA256 signature verification.
developers.signinenterprise.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