v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
Templates

Load Templates

Returns a list of templates for the specified type. Required Access Level: ViewTemplates

get/templates

Query parameters

scopeTypeTemplateScope[] required

array

Return templates with specified scope only

templateTypesTemplateType[]

array

Return templates with specified type only

limitinteger

integer

Maximum number of returned items.

offsetinteger

integer

How many items should be returned ahead.

Response

OK

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!"
  }
]