Design Studio
List email translations
Returns all translations for an email. Each translation contains the email's content, envelope, and transformers for a specific language.
get/v1/design_studio/emails/{id}/languages
Path parameters
idstring uuid required
The UUID of the email. If your email has multiple languages, you must provide the ID of the default language template. This links the workflow to all of the language variants for the template.
Response
Successful response
Example response
{
"email_translations": [
{
"language": "fr",
"available_languages": [
"en",
"es"
],
"created": 1773856017,
"updated": 1773856017
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.