Skip to main content
GET
/
settings
Get settings of a client
curl --request GET \
  --url https://demo.enneo.ai/api/mind/settings \
  --header 'Authorization: Bearer <token>'
[
  {
    "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

Authorization
string
header
required

Query Parameters

filterByName
string
filterByUsedBy
string
filterByCategory
string
showSecrets
boolean

Response

name
string
Example:
category
string
Example:
group
string | null
Example:
label
string
Example:
description
string
Example:
type
enum<string>
Available options:
text,
date,
radio,
number,
integer,
checkbox,
textarea,
select,
json,
executor,
executors,
multiselect
Example:
config
object | null
value
Example:
defaultValue
Example: