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

Response

Server is healthy

Health check response

status
enum<string>
Available options:
ok
Example:

"ok"