Skip to content

Health check

GET
/health
curl --request GET \
--url http://127.0.0.1:7677/health

Server is up

Media type application/json
object
ok
required
boolean
version
required
string
Example
{
"ok": true,
"version": "0.15.5"
}