---
title: "Get a design template"
method: GET
path: "/api/v2/design-templates/{template_id}"
tags: ["Design Templates"]
---

# Get a design template

`GET /api/v2/design-templates/{template_id}`

Returns a single design template by ID.

## Path parameters

- `template_id` string, required

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- SingleResponseDesignTemplateResponse
  - `data` DesignTemplateResponse, required — A design template controlling the visual appearance of candidate-facing pages. Design templates define colors, fonts, images, and text for pages such as the welcome page, interview page, status page, and interview-complete page.
    - `object` 'design_template' — Object type identifier.
    - `id` string, required — Unique design template identifier.
    - `name` string, required — Human-readable template name.
    - `template_type` string, required — Page type this template applies to: 'welcome_page', 'status_page', 'interview_complete_page', 'interview_page'.
    - `design_config` object, required — Design configuration object. Shape varies by template_type. Common fields: background_color, primary_color, font_family, header_text, show_logo, image_url.
    - `created_at` number, required — Unix timestamp when the template was created.
    - `updated_at` number, required — Unix timestamp when the template was last updated.
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## Other responses

- `401` — Invalid or missing API key.
- `404` — Design template not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/heymilo/apis/heymilo-public-api.md) · [All operations](https://skmtc.net/heymilo/apis/heymilo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heymilo/heymilo-public-api/versions/a93ca9c2c777/schema)
