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