Guard

Webhooks

Receive push events for decisions, escalations, and cases.

Configuring endpoints

From Console → Webhooks, register a URL and pick the events you want. We sign every payload with your webhook secret.

Example payload

json
`{ "event": "guard.decision.block", "transaction_id": "txn_12345", "risk_score": 0.91, "delivered_at": "2025-06-11T09:24:11Z" }`

Signature verification

Always verify the X-Xobriq-Signature header before trusting a payload. Reject requests older than 5 minutes.