Company logoTrust Center Documentation

Get tenant settings

Get tenant settings for the Orbiq Trust Center. Browse request parameters, authentication requirements, response payloads, and working code samples in the…

GET
/api/v1/settings

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/settings"
{
  "ai_enabled": true,
  "subscription_enabled": true,
  "trusted_by_auto_scroll_enabled": false,
  "timezone": "Europe/Berlin",
  "locale": "en",
  "languages_enabled": [
    "de",
    "fr"
  ]
}
Empty
Empty
Empty

How is this guide?