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
Your unique Avido Application ID
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.
Indicates if the webhook payload was successfully validated.
true