GET
/
API root
curl --request GET \
  --url http://localhost:4000/
{
  "name": "<string>",
  "version": "<string>",
  "status": "<string>"
}

Response

200 - application/json

API information

The response is of type object.