---
title: "Get email templates"
method: GET
path: "/api/email-templates"
tags: ["Email templates"]
---

# Get email templates

`GET /api/email-templates`

Get the list of email templates.

## Query parameters

- `languageTag` string
- `templateType` 'SignIn' | 'Register' | 'ForgotPassword' | 'OrganizationInvitation' | 'Generic' | 'UserPermissionValidation' | 'BindNewIdentifier' | 'MfaVerification' | 'BindMfa'

## Response `200`

The list of matched email templates. Returns empty list, if no email template is found.

- object[]
  - `tenantId` string, required
  - `id` string, required
  - `languageTag` string, required
  - `templateType` 'SignIn' | 'Register' | 'ForgotPassword' | 'OrganizationInvitation' | 'Generic' | 'UserPermissionValidation' | 'BindNewIdentifier' | 'MfaVerification' | 'BindMfa', required
  - `details` object, required
    - `subject` string, required
    - `content` string, required
    - `contentType` union
      - string, "text/html"
      - string, "text/plain"
    - `replyTo` string
    - `sendFrom` string
  - `createdAt` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/a163dc77d842/schema)
