cURL
curl --request GET \ --url https://api.example.com/api/core/settings/{setting_name} \ --header 'Authorization: Bearer <token>'
{ "token_limit": 120000, "chat_enabled": true }
Retrieve current settings for a given settings group
Bearer token authentication. Format: 'Bearer '
Successful Response
Global configurations for document chats
Was this page helpful?