Verify Dropbox Sign event callback authenticity using HMAC event_hash

domain: developers.hellosign.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Locate your API key (Primary Key) in the Dropbox Sign API settings; this key is the HMAC secret used to verify event payloads — only the Primary Key generates the event_hash
  2. On receiving a callback POST, extract event_time and event_type from the event object in the JSON body
  3. Concatenate event_time and event_type as a string (in that order, no separator), then compute HMAC-SHA256 of this string using your API key as the secret
  4. Compare your computed digest (hex-encoded) against the event_hash field in the callback payload; if they match, the callback is authentic
  5. Return HTTP 200 with the body Hello API Event Received to acknowledge the event; Dropbox Sign re-delivers events that do not receive this exact acknowledgment

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
Verify Typeform webhook payloads using HMAC-SHA256 signature checking
typeform.com/developers · 6 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