Get account configuration

Returns the configuration settings for the tenant account. Use the optional fields query parameter to control which sections of the configuration are returned. By default (minimal), only a small set of identifiers and legal links are returned. Use all to fetch the full configuration, or supply a comma separated list of top-level field names to fetch a custom subset.

Query Params
enum

Controls which sections of the account configuration are included in the response.

  • minimal (default): returns a small, lightweight set of fields (appName, termsOfService, privacyPolicy).
  • all: returns every supported configuration field.
  • Comma separated list of supported top-level field names to return only those fields.

Supported field names (for comma separated usage):

  • appName
  • termsOfService
  • privacyPolicy
  • languages
  • autoGovernance
  • people
  • autoTranslationConfig
  • ai
  • googleAnalytics
  • expertise
  • email

Passing an unsupported field name results in a 400 Validation failed response.


Use minimal to get only identifiers and legal links.
Use all to get the full configuration.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json