Skip to main content

Get server configuration

GET 

/api/public/configuration

Get server configuration

Responses

OK

Schema
    machineTranslationServices objectrequired
    defaultPrimaryService string

    Possible values: [GOOGLE, AWS, DEEPL, AZURE, BAIDU, TOLGEE]

    services objectrequired
    property name* MtServiceDTO
    enabled booleanrequired
    defaultEnabledForProject booleanrequired
    billing objectrequired
    enabled booleanrequired
    version stringrequired
    authentication booleanrequired
    authMethods object
    github objectrequired
    clientId string
    enabled booleanrequired
    google objectrequired
    clientId string
    enabled booleanrequired
    oauth2 objectrequired
    clientId string
    authorizationUrl string
    scopes string[]
    enabled booleanrequired
    passwordResettable booleanrequired
    allowRegistrations booleanrequired
    screenshotsUrl stringrequired
    maxUploadFileSize int32required
    clientSentryDsn string
    needsEmailVerification booleanrequired
    userCanCreateOrganizations booleanrequired
    appName stringrequired
    showVersion booleanrequired
    internalControllerEnabled booleanrequired
    maxTranslationTextLength int64required
    recaptchaSiteKey string
    chatwootToken string
    capterraTracker string
    ga4Tag string
    postHogApiKey string
    postHogHost string
    contentDeliveryConfigured booleanrequired
Loading...