Signature Verification
Headers
Verification checklist
cURL (simulate delivery)
curl -X POST "https://your-app.test/webhooks/fortisx" \
-H "Content-Type: application/json" \
-H "X-Fortisx-Event-Id: evt_01HXYZA12B" \
-H "X-Fortisx-Signature: t=1730548800, v1=<your_hex_digest>" \
-d '{
"id": "evt_01HXYZA12B",
"type": "alert.created",
"occurredAt": "2025-11-02T12:40:00Z",
"data": {
"id": 1119,
"networkCode": "SOL",
"stakingPoolId": 82,
"eventType": "TVL_Spike",
"windowMinutes": 60,
"valueFrom": "5200000.000000000000000000",
"valueTo": "6050000.000000000000000000",
"unit": "USD",
"tokenSymbol": "SOL",
"deltaAbs": "850000.000000000000000000",
"deltaRelPct": "16.346154",
"detectedAt": "2025-11-02 12:40:00"
}
}'Delivery & Retries
Troubleshooting
Last updated