v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Templates

Load Template

Load detailed information of the specified template. Required Access Level: ViewTemplates

get/templates/{name}

Path parameters

namestring string required

string

Example:Template01

Name of template.

Response

Serialized template

TemplateType'RawHTML' | 'DragDropEditor' | 'LandingPageEditor' | 'TemplateEditor' | 'FormTemplate' | 'LandingPageTemplate' | 'PaymentConfirmationTemplate' | 'LandingPageProductTemplate' | 'LandingPageCheckoutTemplate' | 'LandingPagePaymentConfirmationTemplate' | 'LandingPageNewsletterProductTemplate' | 'LandingPageNewsletterPaymentConfirmationTemplate' | 'NewsletterSubscriptionCancellationTemplate'
Namestring string

Template name

DateAddedstring date-time

Date of creation in YYYY-MM-DDThh:ii:ss format

Subjectstring string

Default subject of email.

TemplateScope'Personal' | 'Global'

Visibility of a template

Example response

{
  "DateAdded": "2001-01-01T12:00:00",
  "Subject": "Hello!"
}