---
title: "Get project template by ID."
method: GET
path: "/project/v1/templates/{id}/"
tags: ["templates"]
---

# Get project template by ID.

`GET /project/v1/templates/{id}/`

Get project template by ID.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `data` object
    - `id` string
    - `name` string
    - `subject` string
    - `body` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `404` — Default Response

---

[API](https://skmtc.dev/unlayer/apis/unlayer-api.md) · [All operations](https://skmtc.dev/unlayer/apis/unlayer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlayer/unlayer-api/revisions/6bef9fa0591c/schema)
