Skip to main content
GET
/
version
Get version
curl --request GET \
  --url https://demo.enneo.ai/api/mind/version \
  --header 'Authorization: Bearer <token>'
{
  "version": "1.0.0"
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

version
string

The version of the service

Example:

"1.0.0"