cURL
curl --request GET \ --url https://app.timetracker.in/api/health
{ "status": "healthy", "timestamp": "2024-01-01T00:00:00.000Z", "service": "timetracker-api", "version": "1.0.0" }
Check the health status of the TimeTracker API and database connectivity
API is healthy
"healthy"
"2024-01-01T00:00:00.000Z"
"timetracker-api"
"1.0.0"