Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url http://localhost:8080/health
{
  "status": "ok"
}

Response

200 - application/json

Server is healthy.

status
string
Example:

"ok"