API ReferenceHealth
Health check
Returns service health status. No authentication required.
Response Body
application/json
curl -X GET "http://localhost:5667/health"{
"ok": true,
"service": "loop-api",
"timestamp": "2026-02-20T12:00:00.000Z"
}