简体中文
Get the public instance settings
cURL
curl --request GET \ --url https://app.teable.cn/api/admin/setting/public \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "instanceId": "<string>", "brandName": "<string>", "brandLogo": "<string>", "disallowSignUp": true, "disallowSpaceCreation": true, "disallowSpaceInvitation": true, "enableEmailVerification": true, "aiConfig": { "enable": true, "llmProviders": [ { "type": "openai", "name": "<string>", "models": "", "isInstance": true } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the public instance settings.
The response is of type object.
object