---
title: "Get all email templates"
method: GET
path: "/api/auth/email-templates"
tags: ["Admin"]
---

# Get all email templates

`GET /api/auth/email-templates`

Returns all configurable email templates (admin only)

## Response `200`

List of email templates

- object
  - `data` EmailTemplate[]
    - `id` string, uuid
    - `templateType` 'email-verification-code' | 'email-verification-link' | 'reset-password-code' | 'reset-password-link'
    - `subject` string
    - `bodyHtml` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Admin only

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/versions/a935bb49f932/schema)
