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"
}
]
Cookie-based authentication
Filter by name of the setting
Filter by which module uses the setting
Filter by category of the setting
Whether to show secrets in the result
List of client-specific configruation settings.
The response is of type object[]
.
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"
}
]