Skip to main content
GET
/
settings
/
uiOverview
Get UI overview of settings sections
curl --request GET \
  --url https://demo.enneo.ai/api/mind/settings/uiOverview \
  --header 'Authorization: Bearer <token>'
{
  "sections": [
    {
      "label": "<string>",
      "description": "<string>",
      "categories": [
        {}
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

sections
object[]