---
title: "View a template"
method: GET
path: "/template"
tags: ["Template API"]
---

# View a template

`GET /template`

Retrieve and preview a stored template from the Netcore CPaaS dashboard.

Use this endpoint to fetch template content by template_id.

## Query parameters

- `template_id` string, required

## Headers

- `api_key` string, required

## Response `200`

Template details returned

- object
  - `data` object
    - `template_name` string
    - `content` object[]
      - `type` string
      - `value` 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)
