Get the list of email templates

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Query parameters

templateStatusbooleanOptional

Filter on the status of the template. Active = true, inactive = false

limitlongOptionalDefaults to 50
Number of documents returned per page
offsetlongOptionalDefaults to 0
Index of the first document in the page
sortenumOptionalDefaults to desc

Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed

Allowed values:

Response

transactional email templates informations
countlong or null
Count of transactional email templates
templateslist of objects or null

Errors