API endpoints for managing translations. Translations are exactly what the name implies: they're values for Identity Cloud text elements rendered in a language other than US English. Note that the Identity Cloud employs US English by default. To render your screens in a different language, you will need to create translations for all the text elements used on those screens.
Endpoint | Methods |
---|---|
List Your Translations/config/{appId}/flows/{flow}/translationsReturns information about all the translations in the specified flow. |
|
Modify a Translation/config/{appId}/flows/{flow}/translationsUpdates an existing translation. |
|
Create a Translation/config/{appId}/flows/{flow}/translationsCreates a new translation. |
|
View a Translation Based on the Key ID/config/{appId}/flows/{flow}/translations/{keyId}Returns the translations associated with the specified key ID. |
|
Delete a Translation/config/{appId}/flows/{flow}/translations/{keyId}Deletes a translation from the specified flow. |
|