POST request to your endpoint whenever a matching event occurs and signs every request with an X-Yativo-Signature header for verification.
Requires an
Idempotency-Key header. To update an existing webhook, send PUT /business/webhook/{webhook} with the webhook ID returned from this endpoint.Request Body
string
required
The HTTPS URL of your webhook endpoint. Must be publicly accessible.
Supported Events
Signature Verification
Every webhook delivery includes anX-Yativo-Signature header — an HMAC SHA256 hex digest of the raw request body signed with your webhook secret.
Algorithm:

