Formfy Status
Live system status pulled from /api/v1/health on every page load. No caching.
All systems operational
checked 2026-07-29T00:54:17.494Z
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 | 102 | 0 | 12ms | 33ms |
| /api/v1/forms | 77 | 0 | 14ms | 61ms |
| /api/v1/test | 56 | 3 (5.4%) | 1ms | 40ms |
| /api/v1/templates | 35 | 0 | 13ms | 56ms |
| /api/v1/forms/x/signers | 24 | 0 | 18ms | 42ms |
| /api/v1/forms/generate | 13 | 0 | 30ms | 53ms |
| /api/v1/internal/probe-session-cookie | 12 | 0 | 2ms | 53ms |
| /api/v1/forms/{id}/signed-pdf | 1 | 0 | 32ms | 32ms |
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.