Skip to content

Health check

GET
/health
curl --request GET \
--url http://localhost:3000/health

Machine-only liveness probe. Deliberately returns nothing but { status: "ok" } — no version or edition is leaked, to defend against fingerprinting of the hosted product.

Server is healthy

Media type application/json
object
status
required
string
Example
{
"status": "ok"
}