curl --request GET \
--url https://demo.enneo.ai/api/mind/version
{
"version": "1.0.0"
}
Cookie-based authentication
Successful operation
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/version
{
"version": "1.0.0"
}