Design Studio
Get an email translation
Returns a single email translation by language code, including content, envelope, and transformers.
get/v1/design_studio/emails/{id}/languages/{language}
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.
languagestring required
A language code that indicates the language of your translated email
Response
Successful response
Example response
{
"email_translation": {
"language": "fr",
"available_languages": [
"en",
"es"
],
"created": 1773856017,
"updated": 1773856017
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.