curl --request GET \
--url http://localhost:4000/
{
"name": "<string>",
"version": "<string>",
"status": "<string>"
}
Get basic API information
curl --request GET \
--url http://localhost:4000/
{
"name": "<string>",
"version": "<string>",
"status": "<string>"
}
API information
The response is of type object
.