API p95 latency
—
Target ≤ 1.5s
Fetching latest data from api.generect.com
Status updates are delivered as signed webhooks to a URL you control. If you have a Generect API account it is self-serve — register a receiver with the same API token you already use.
curl -X POST \
https://api.generect.com/api/v1/webhooks/ \
-H "Authorization: Token YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://client.example.com/hooks/generect-status",
"events": [
"status.incident.created",
"status.incident.updated",
"status.incident.resolved",
"status.maintenance.started",
"status.maintenance.completed"
]
}'
status.incident.createdstatus.incident.updatedstatus.incident.resolvedstatus.maintenance.startedstatus.maintenance.completedX-Webhook-Signature with the secret returned on creation.