---
title: "List templates"
method: GET
path: "/templates"
tags: ["Template API"]
---

# List templates

`GET /templates`

Retrieve all templates stored in your Netcore CPaaS dashboard account.

Use this endpoint to get template IDs and names before sending emails using templates.

## Headers

- `api_key` string, required

## Response `200`

Template list returned

- object
  - `data` object[]
    - `template_id` integer
    - `template_name` string
    - `added` string
    - `last_modified` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
