GET
/
settings
/
category
/
{category}
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"
        }
      ]
    }
  ]
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

category
string
required

Filter by category of the setting

Response

200
application/json
List of client-specific configruation settings.
title
string
groups
object[]

Group of settings.