Skip to main content

getConnectorTranslations

GET 

/connectors/:scriptName/translations/:locale

Fetches a connector's translations using its script name.

Request

Path Parameters

    scriptName stringrequired

    The scriptName value of the connector. Scriptname is the unique id generated at connector creation.

    locale stringrequired

    Possible values: [de, no, fi, sv, ru, pt, ko, zh-TW, en, it, fr, zh-CN, hu, es, cs, ja, pl, da, nl]

    The locale to apply to the config. If no viable locale is given, it will default to "en"

Responses

The connector's translations

Schema

    string

Loading...