X-Webhook-Signature
;t=<timestamp>,v0=<base64 encoded signature>
, where the timestamp is in milliseconds;timestamp
and base64 encoded signature
timestamp
with the raw http request body data
with a dot (.
), and generate a SHA256
digest;based64 encoded signature
to get the decoded signature
;public key
, digest
(from Step 2), and decoded signature
(from Step 3