Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://localhost:8090/health
"ok"

Response

200 - text/plain

Service is healthy

The response is of type string.

Example:

"ok"