Background Paths
Background Paths
Financbase Logo
Background Paths
Background Paths

System Status

Real-time status of Financbase services and infrastructure

Overall Status

Loading...

System Information

Additional system metrics and information

API Health Check

Monitor system health programmatically

Health Check Endpoint

/api/v1/health

Response Format

{
  "status": "healthy",
  "timestamp": "2024-01-01T00:00:00.000Z",
  "services": {
    "database": {
      "status": "healthy",
      "responseTime": 45
    },
    "api": {
      "status": "healthy",
      "responseTime": 12
    }
  },
  "uptime": 86400,
  "version": "v1"
}

Use this endpoint to monitor system health in your applications or monitoring tools.