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

# Get project template by ID.

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

Get project template by ID.

## Path parameters

- `id` string, required

## Query parameters

- `projectId` string, required

## Response `200`

Default Response

- object
  - `data` object
    - `id` string
    - `name` string
    - `displayMode` 'email' | 'web' | 'document'
    - `design` object
    - `html` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

- **2026-02-15** `579dff50df9d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/v3/project/templates/:id/get.md)

---

[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/579dff50df9d/schema)
