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/healthResponse 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.
