---
title: "Retrieve an email template"
method: GET
path: "/v4/email-templates/{slug}"
tags: ["Email Templates"]
---

# Retrieve an email template

`GET /v4/email-templates/{slug}`

Retrieves a single email template.

## Path parameters

- `slug` string, required

## Response `200`

OK

- EmailTemplate
  - `templateType` string — The template type. Supported types: User Password Reset, User Email Update, User Email Verification, User Complete Registration, User Passwordless Authentication, User Oversubscription Notification, User 2FA Authentication, User 2FA Password Reset, User Email Update Interstitial, Pages User Email Update, Pages User Password Reset, Admin User 2FA Authentication, Admin User Role, Admin User Password Reset
  - `slug` string — It can be one of the default email template slugs provided or a custom one. Default email template slugs provided: password-reset-email, user-update-email, verify-email-address, complete-user-registration, passwordless-authentication-email, user-oversubscription-notification, two-factor-authentication-email, password-reset-email-2fa, user-interstitial-update-email, pages-user-email-update-otp-email-template, pages-password-reset-email, admin-user-2fa-email-template, v4-admin-user-role-assigned-email, v4-admin-user-password-reset-email.
  - `label` string — Name of the email template
  - `subject` string — The subject on the email
  - `content` string — The content of the email
  - `default` boolean — Whether is one of the default email templates

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
