Design Studio
Get an email
Returns a single email including content, envelope details, and transformers. This endpoint returns only default emails; see Email translations to access language variants.
get/v1/design_studio/emails/{id}
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": {
"id": "sdflkj345",
"available_languages": [
"en",
"es"
],
"created": 1773856017,
"updated": 1773856017
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.