Templates

List templates

Get a paginated list of email templates.

This endpoint uses offset pagination (page / pageSize), not the cursor pagination used by GET /contacts.

get/templates

Query parameters

pageinteger

1-based page number.

pageSizeinteger

Items per page.

type'TRANSACTIONAL' | 'MARKETING' | 'HEADLESS'

Filter by template type.

searchstring

Case-insensitive match on name, description, or subject.

sort'name' | 'createdAt' | 'updatedAt'

Column to sort by. Unrecognised values fall back to createdAt.

dir'asc' | 'desc'

Sort direction. Unrecognised values fall back to the default.

Response

List of templates

totalinteger

Total templates matching the filters, across all pages.

pageinteger
pageSizeinteger
totalPagesinteger

Changes