Skip to main content
GET
/
api
/
healthz
Health check
curl --request GET \
  --url http://localhost:3000/api/healthz
{
  "message": "Waystone activated!"
}

Response

200 - application/json

Successful response

message
string
required