curl --request GET \
--url http://localhost:3000/{
"name": "<string>",
"version": "<string>",
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"node": {},
"endpoints": {}
}Returns basic system information and available endpoints
curl --request GET \
--url http://localhost:3000/{
"name": "<string>",
"version": "<string>",
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"node": {},
"endpoints": {}
}Was this page helpful?