funnel
reference/Server API/Server/Health Check

Health check

Returns the health status of the server

GET
/health

Response Body

curl -X GET "http://localhost:8080/api/health"
{
  "data": {
    "status": "healthy",
    "timestamp": "2025-08-08T20:11:00Z",
    "uptime": "6.4281425s"
  },
  "error": "error message",
  "success": true
}
Last updated: August 8, 2025
by karol-broda