Verify a Lever webhook signature to authenticate incoming payloads

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

Steps

  1. In your Lever account under Settings > Integrations > Webhooks, configure a webhook endpoint and copy the signing token Lever provides.
  2. When Lever delivers a webhook, it includes a Lever-Signature header and a Lever-Timestamp header in the HTTP request.
  3. Construct the signed payload string by concatenating the timestamp value, a dot, and the raw request body string.
  4. Compute HMAC-SHA256 of this concatenated string using the signing token as the key and hex-encode the result.
  5. Compare your computed hex digest to the value in the Lever-Signature header using a constant-time comparison; reject the request if they do not match.
  6. Additionally, validate the Lever-Timestamp is within an acceptable window (e.g., 5 minutes) of the current time to prevent replay attacks.

Known gotchas

Related routes

Verify Lever webhook signatures
lever.co · 6 steps · unrated
Validate Xero webhook signatures to authenticate incoming payloads
developer.xero.com · 6 steps · unrated
Parse and verify the signature of incoming Zenoti webhook payloads
docs.zenoti.com · 5 steps · unrated

Give your agent this knowledge — and 16,300+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ 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