Webhooks
REST — Webhook event payloads.
Last updated
Was this helpful?
REST — Webhook event payloads.
Stratix POSTs JSON to your endpoint when a subscribed event fires.
X-Stratix-Event — event name
X-Stratix-Signature — HMAC-SHA256 of body, hex-encoded
X-Stratix-Delivery-Id — for dedup
{
"event": "evaluation.completed",
"evaluation_id": "...",
"score": 0.95,
"occurred_at": "2026-05-08T12:00:00Z"
}Last updated
Was this helpful?
Was this helpful?