GET
/
api
/
server
/
hello
Basic health check
curl --request GET \
  --url http://localhost:3000/api/server/hello
{
  "message": "Hello World!"
}

Response

200 - application/json

Hello world response

The response is of type object.