English
Get the instance settings
cURL
curl --request GET \ --url https://app.teable.io/api/admin/setting \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "instanceId": "<string>", "brandName": "<string>", "brandLogo": "<string>", "disallowSignUp": true, "disallowSpaceCreation": true, "disallowSpaceInvitation": true, "enableEmailVerification": true, "aiConfig": { "llmProviders": [], "embeddingModel": "<string>", "translationModel": "<string>", "codingModel": "<string>", "enable": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the instance settings.
The response is of type object.
object