Webhoook Event Notification
Security
key = SHA256(secretAPIKey)
time = request.header.Get('Sec-Timestamp')
hmac = HMAC-SHA-256(time + request.body, key)
if hmac == request.header.Get('Sec-Signature') {
echo "Signature is valid"
} Webhoook Event Object
Field
Type
Description
Session Creation Notification
Session Complete Notification
Session Expire Notification
Last updated