Get All Templates

GET {{baseUrl}}/v1/email-templates?page=0&count=100

Returns a list of all the email templates you've created. The templates are returned in sorted order by name.

Request Params

KeyDatatypeRequiredDescription
pagenumberFor pagination, which page of results to return. Default = 0
countnumberFor pagination, the number of results to return. Max = 100

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"object":"$list","data":[{"object":"email-template","name":"TEMPLATE_NAME","html":"\u003chtml\u003e\u003chead\u003e\u003c/head\u003e\u003cbody\u003e\u003cp\u003eSome Text\u003c/p\u003e\u003c/body\u003e\u003c/html\u003e","is_writeable":true,"created":"2021-11-18 03:43:51","updated":"2021-11-18 03:43:51"}],"page":0,"start":0,"end":1,"total":123,"page_size":1}