---
title: "Get email template by ID"
method: GET
path: "/v1/email_templates/{emailTemplateId}.json"
tags: ["email_templates"]
---

# Get email template by ID

`GET /v1/email_templates/{emailTemplateId}.json`

## Path parameters

- `emailTemplateId` string, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `display_name` string
  - `template` object
    - `from_email` string
    - `reply_to_email` string
    - `name` string
    - `description` string
    - `subject` string
    - `email_text_content` string
    - `email_variables` string

## Other responses

- `404` — Not found

---

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