---
title: "Listar templates de e-mail"
method: GET
path: "/email/templates"
---

# Listar templates de e-mail

`GET /email/templates`

## Query parameters

- `show` integer
- `cursor` string
- `user_id` integer
- `name` string
- `subject` string
- `created_at_start` string, date-time
- `created_at_end` string, date-time
- `updated_at_start` string, date-time
- `updated_at_end` string, date-time

## 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)
