curl --request GET \
--url https://demo.enneo.ai/api/mind/settings/category/{category}
{
"title": "E-Mail Settings",
"groups": [
{
"name": "Generic E-Mail Settings",
"description": "You can configure your general email settings here",
"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 category of the setting
List of client-specific configruation settings.
The response is of type object
.
curl --request GET \
--url https://demo.enneo.ai/api/mind/settings/category/{category}
{
"title": "E-Mail Settings",
"groups": [
{
"name": "Generic E-Mail Settings",
"description": "You can configure your general email settings here",
"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"
}
]
}
]
}