EduCare
API Reference

Health Check

Check the API health status. This endpoint does not require authentication.

GET
/health

Response Body

application/json

curl -X GET "https://api.educare.com/v1/health"
{
  "status": "healthy",
  "version": "1.0.0",
  "timestamp": "2025-12-31T21:32:52Z",
  "uptime": "45d 12h 30m"
}