GET
/
api
/
healthz
curl --request GET \
  --url http://localhost:3000/api/healthz
{
  "message": "Waystone activated!"
}

Response

200 - application/json

Successful response

The response is of type object.