---
title: "List email templates"
method: GET
path: "/email-template"
tags: ["Email"]
---

# List email templates

`GET /email-template`

## Headers

- `organization` string, required

## Response `200`

Successful response

- ResponseEmailTemplateDTO[]
  - `id` string, required — The unique ID of the email template.
  - `template_name` string, required — The name of the email template
  - `type` string, required — The type of the email template
  - `template` string, required — The HTML formatted text of the email template
  - `templates` object, required
  - `localized` object, required — An ISO 639-1 language code

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
