Skip to main content
YoLead webhook requests include:
Verify the signature with HMAC-SHA256 over:
Use the webhook secret configured for your company. Reject requests with invalid signatures or stale timestamps.
Always verify the signature against the raw request body before parsing JSON. Re-serializing parsed JSON can change whitespace or key order and produce a different signature.
Webhook timestamps must be within a 5-minute window.