Service health
Reports data mode and database reachability. Returns 503 when the configured database is unreachable, which makes it suitable for uptime monitors.
Request
curl https://outagedeck.com/api/healthResponse (truncated)
{
"ok": true,
"time": "2026-07-07T18:20:04Z",
"dataMode": "database",
"database": { "configured": true, "reachable": true }
}