List Templates
Templates
List Templates
Retrieve a paginated list of email templates for a project. If project_id is not provided, templates from the team’s default project will be returned.
GET
List Templates
Returns a paginated list of templates for your team. Optionally filter by project using theDocumentation Index
Fetch the complete documentation index at: https://docs.lettr.com/llms.txt
Use this file to discover all available pages before exploring further.
project_id query parameter.
Each template in the list includes its name, slug, project and folder assignment, and timestamps. To retrieve the full HTML content and version details for a specific template, use Get Template.Authorizations
API key for authentication
Query Parameters
Project ID to retrieve templates from. If not provided, uses the team's default project.
Required range:
x >= 1Number of results per page (1-100)
Required range:
1 <= x <= 100Page number
Required range:
x >= 1