The HTTPS endpoint DriftGuard will deliver payloads to
events
array
Result types that trigger this webhook
contract_id
string | null
Contract scope — null means all contracts
active
boolean
Whether this webhook is currently active. Newly created webhooks are always true
secret
string
HMAC-SHA256 signing secret — used to verify payloads. Shown once — store it immediately.
created_at
string
ISO 8601 timestamp of when the webhook was registered
The secret is shown only once at creation time. Store it securely —
you will need it to verify the X-DriftGuard-Signature header on incoming webhook payloads.
Every webhook delivery includes an X-DriftGuard-Signature header signed with
HMAC-SHA256 using your webhook secret. Verify it on your server to ensure the
payload genuinely came from DriftGuard and was not tampered with.