---
title: "Ver detalhes do template de e-mail"
method: GET
path: "/email/template/{email_template_id}"
---

# Ver detalhes do template de e-mail

`GET /email/template/{email_template_id}`

## Path parameters

- `email_template_id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `name` string
    - `subject` string
    - `body` string
    - `created_at` string
    - `updated_at` string
  - `meta` object
    - `total` integer
    - `count` integer
    - `per_page` integer
    - `current_page` integer
    - `total_pages` integer
    - `links` object[]

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/versions/0a130198f0a3/schema)
