---
title: "List default email templates"
method: GET
path: "/v3/portals/email-templates"
tags: ["Portal Emails"]
---

# List default email templates

`GET /v3/portals/email-templates`

List default email templates

## Response `200`

A list of the default email templates in a portal. This is a static list that will always be populated.

- object
  - `data` DefaultEmailTemplate[]
    - `default_content` DefaultEmailTemplateContent, required
      - `subject` string, required
      - `title` string, required
      - `body` string, required
      - `button_label` string
    - `variables` EmailTemplateVariableName[], required
    - `name` 'confirm-email-address' | 'app-registration-approved' | 'app-registration-rejected' | 'app-registration-revoked' | 'reset-password' | 'account-access-approved' | 'account-access-rejected' | 'account-access-revoked' | 'api-key-expiring-soon' | 'api-key-expired' | 'developer-invitation', required — Short name email template name.
    - `label` string, required — The label of the email template

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/b576ea92fca2/schema)
