Webhook Verification
Prerequisites
WEBHOOK_SECRET_KEY
provided by Datman.HMACSignature
header, which contains the expected HMAC hash.What You Receive from Datman
How Signature Verification Works
1.
2.
WEBHOOK_SECRET_KEY
.3.
4.
HMACSignature
header from the request.Sample Implementations
JavaScript
Python