GET
/
settings
curl --request GET \
  --url https://demo.enneo.ai/api/mind/settings
[
  {
    "name": "ticketingSystem",
    "category": "email",
    "group": "Generic E-Mail Settings",
    "label": "Ticketing system in use",
    "description": "Enneo supports multiple ticketing systems. Please select one.",
    "type": "select",
    "config": null,
    "value": "freshdesk",
    "defaultValue": "internal"
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

filterByName
string

Filter by name of the setting

filterByUsedBy
string

Filter by which module uses the setting

filterByCategory
string

Filter by category of the setting

showSecrets
boolean

Whether to show secrets in the result

Response

200
application/json
List of client-specific configruation settings.

The response is of type object[].