GET /health
Returns the daemon’s health status. No authentication required.
URL: GET /health
Example
Section titled “Example”curl http://localhost:9222/healthResponse
Section titled “Response”{ "success": true, "data": { "status": "healthy" }}