How it works
Add an endpoint
In your dashboard, give Klariqo an HTTPS URL to deliver to. You get a signing secret for that endpoint.
Verify the endpoint
Klariqo sends a verification challenge, and your endpoint echoes it back. An endpoint can only receive real records after it is verified.
Receive records
When a record is final, Klariqo sends a signed
compliance_record.ready event to your endpoint.What the delivery looks like
The webhook carries a pointer, not the full record inline: an envelope with the call metadata and an expiring download URL for the signed vCon. Every delivery is signed using the Standard Webhooks scheme, so you can confirm it came from Klariqo before you trust it. Delivery is forward-only from the moment you enable an endpoint, at least once, with no ordering guarantee, so dedupe by the event id.Set up an endpoint
Add a URL, get your secret, and pass the verification handshake.
Verify signatures
Confirm a delivery genuinely came from Klariqo.
Record envelope
The shape of the delivered event.
Fetch the signed vCon
Retrieve and verify the record itself.