# List email templates Retrieves a list of email templates. Endpoint: GET /v4/email-templates Version: 2026-01-08 Security: ZephrHmacHttp ## Response 200 fields (application/json): - `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 Example: "template type" - `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. Example: "email template slug" - `label` (string) Name of the email template Example: "Name of the email template" - `subject` (string) The subject on the email Example: "Email subject" - `content` (string) The content of the email Example: "Email content" - `default` (boolean) Whether is one of the default email templates