Authorizations
Cookie-based authentication
Response
Successful operation
The version of the service
Example:
"1.0.0"
curl --request GET \
--url https://demo.enneo.ai/api/mind/version
{
"version": "1.0.0"
}
Cookie-based authentication
Successful operation
The version of the service
"1.0.0"
curl --request GET \
--url https://demo.enneo.ai/api/mind/version
{
"version": "1.0.0"
}