Formfy Status
Live system status pulled from /api/v1/health on every page load. No caching.
All systems operational
checked 2026-06-10T00:25:35.590Z
Components
API
Public API endpoints at /api/v1/*
Operational
Database
PostgreSQL primary — reads and writes
Operational
Webhook delivery
Outbound webhook dispatch + retry queue
Operational
Endpoint metrics
Last 24 hours. Latency = server-side handler time (excludes network). 5xx errors only — auth failures and validation 4xxs are excluded.
| Endpoint | Requests | 5xx | p50 | p95 |
|---|---|---|---|---|
| /api/v1/webhooks | 34 | 0 | 103ms | 354ms |
| /api/v1/forms | 27 | 0 | 52ms | 490ms |
| /api/v1/test | 19 | 1 (5.3%) | 1ms | 281ms |
| /api/v1/templates | 12 | 0 | 128ms | 551ms |
| /api/v1/forms/x/signers | 8 | 0 | 42ms | 362ms |
| /api/v1/forms/generate | 5 | 0 | 138ms | 421ms |
| /api/v1/internal/probe-session-cookie | 4 | 0 | 15ms | 321ms |
Raw health payload
{
"http_status": 200,
"status": "healthy",
"checks": {
"database": "ok",
"webhook_queue": "ok",
"api": "ok"
}
}For incident reports + scheduled maintenance, follow the changelog or email status@formfy.ai to subscribe to alerts.