Documentation Index
Fetch the complete documentation index at: https://docs.ledger.so/llms.txt
Use this file to discover all available pages before exploring further.
Header format
Every webhook delivery includes a signature header:Verification steps
Extract the timestamp and signature
Parse the
t (timestamp) and v1 (signature) values from the header.Replay protection
Optionally check thatt is within an acceptable window (e.g. 5 minutes) to prevent replay attacks.