---
title: "Retrieve all email templates"
method: GET
path: "/api/v1/template"
tags: ["email_template"]
---

# Retrieve all email templates

`GET /api/v1/template`

## Response `200`

Templates successfully retrieved

- object
  - `status` string
  - `status_code` integer
  - `message` string
  - `data` object[]
    - `id` string
    - `name` string
    - `body` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
