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

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Antwort

Successful operation

version
string

The version of the service

Beispiel:

"1.0.0"