Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url http://localhost:6060/api/health
"OK"

Response

200 - text/plain

Server is healthy

The response is of type string.

Example:

"OK"