Skip to main content
GET
/
api
/
core
/
settings
/
{setting_name}
Get settings
curl --request GET \
  --url https://api.example.com/api/core/settings/{setting_name} \
  --header 'Authorization: Bearer <token>'
{
  "token_limit": 120000,
  "image_limit": 5,
  "chat_enabled": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

setting_name
enum<string>
required
Available options:
chat,
data-retention,
help-center-links,
jira-default-api-version,
maintenance,
page-assets,
personal-asset,
personal-space,
sync-connector-flags,
tools,
translator

Response

Successful Response

Global configurations for document chats

token_limit
integer
default:120000
image_limit
integer
default:5
chat_enabled
boolean
default:true