---
title: "Return all essential email templates"
method: GET
path: "/v1/email-template/essential"
tags: ["email-template"]
---

# Return all essential email templates

`GET /v1/email-template/essential`

## Response `200`

successful operation

- ResultsEmailTemplate
  - `data` EmailTemplate[], required
    - `id` string, required — globally unique id
    - `name` string, required — name of the email template
    - `category` 'ADMINISTRATIVE' | 'BILLING' | 'DATA_IMPORT_AND_SYNC_STATUS' | 'TRIAL_REMINDERS' | 'APPROVAL_NOTIFICATIONS', required — email category
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `400` — bad request
- `404` — not found

---

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