Checks the body (including timestamp and signature) against the configured webhook secret. Returns { valid: true }
if the signature is valid.
Your unique Avido API key
The webhook request body to validate Raw JSON payload sent by an external webhook, including signature and timestamp. HMAC verification is used for security.
Webhook is valid
Response object indicating whether the webhook was valid.