Skip to main content
GET
/
api
/
health
Health Check
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"
}

Response

API is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2024-01-01T00:00:00.000Z"

service
string
Example:

"timetracker-api"

version
string
Example:

"1.0.0"