Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Raw JSON payload sent by an external webhook, including signature and timestamp. HMAC verification is used for security.
HMAC signature for the request body.
Example:
"abc123signature"
Timestamp (in milliseconds) for the request.
Example:
1687802842609
The payload received from Avido. Use this in signature verification. Payload sent to the configured webhook whenever a task test is triggered.
Response
Webhook is valid
Response object indicating whether the webhook was valid.
Indicates if the webhook payload was successfully validated.
Example:
true