Skip to main content
GET
Health check
curl --request GET \
  --url http://localhost:{port}/
{
  "ok": true,
  "service": "<string>",
  "version": "<string>"
}
Simple service health check.

Response

200 - application/json

Service status

ok
boolean
required
service
string
required
version
string
required