Path Parameters
NewsletterTemplate identifier
curl --request GET \
--url http://api/v1/newsletter_templates/{id}{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"html": "<string>",
"design": [
"<string>"
],
"htmlRaw": "<string>",
"cssRaw": "<string>",
"htmlInline": "<string>",
"tenant": "https://example.com/"
}Retrieves a NewsletterTemplate resource.
curl --request GET \
--url http://api/v1/newsletter_templates/{id}{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"html": "<string>",
"design": [
"<string>"
],
"htmlRaw": "<string>",
"cssRaw": "<string>",
"htmlInline": "<string>",
"tenant": "https://example.com/"
}NewsletterTemplate identifier