Get saved templates

With this endpoint you can get a paginated list of saved email templates.

Sorting: Use sort and direction to control the order of results. Supported sort fields: createdAt (default), name. Supported directions: asc, desc (default).

Filtering: Use nameContains to filter templates by name (case-insensitive partial match, max 200 characters)

Pagination: This endpoint uses cursor-based pagination for efficient traversal of large datasets.

  • Use the paging.cursors.after value from the response to get the next page
  • Use the paging.cursors.before value from the response to get the previous page
  • The paging.hasMore field indicates if more results are available
  • Do not use both after and before parameters simultaneously
  • Maximum page size is 250 items (default 100)
  • If limit is less than 1 or greater than 250, returns 400 Bad Request

Scopes: email-templates.read

Language
Credentials
Click Try It! to start a request and see the response here!