---
title: "Get a design template group"
method: GET
path: "/api/v2/design-template-groups/{group_id}"
tags: ["Design Template Groups"]
---

# Get a design template group

`GET /api/v2/design-template-groups/{group_id}`

Returns a single design template group by ID.

## Path parameters

- `group_id` string, required

## Headers

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

## Response `200`

Successful Response

- SingleResponseDesignTemplateGroupResponse
  - `data` DesignTemplateGroupResponse, required — A group of design templates assigned to a posting. Template groups map page types (e.g. 'welcome_page') to specific design template IDs.
    - `object` 'design_template_group' — Object type identifier.
    - `id` string, required — Unique design template group identifier.
    - `name` string, required — Human-readable group name.
    - `template_mappings` object, required — Mapping of page type to design template ID. Keys: 'welcome_page', 'status_page', 'interview_complete_page', 'interview_page'.
    - `is_default` boolean — Whether this is the default group for the workspace.
    - `created_at` number, required — Unix timestamp when the group was created.
    - `updated_at` number, required — Unix timestamp when the group was last updated.
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## Other responses

- `401` — Invalid or missing API key.
- `404` — Design template group 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/revisions/5e07b657706b/schema)
