Skip to content
Get started

Health check

get/health

Health check

ReturnsExpand Collapse
status: "ok"
Accepts one of the following:
"ok"
Health check
curl http://localhost:8080/health \
    -H "Authorization: Bearer $HYPEMAN_API_KEY"
{
  "status": "ok"
}
Returns Examples
{
  "status": "ok"
}