---
title: "Get an email template group"
method: GET
path: "/api/v2/email-template-groups/{group_id}"
tags: ["Email Template Groups"]
---

# Get an email template group

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

Returns a single email 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

- SingleResponseEmailTemplateGroupResponse
  - `data` EmailTemplateGroupResponse, required — A group of email templates assigned to a posting. Template groups map template keys (e.g. 'WEB_INTERVIEW_INVITATION') to specific template IDs, allowing different postings to use different email styles.
    - `object` 'email_template_group' — Object type identifier.
    - `id` string, required — Unique template group identifier.
    - `name` string, required — Human-readable group name.
    - `template_mappings` object, required — Mapping of template_key to template_id. Keys are email types, values are V4EmailTemplate IDs.
    - `sender_email_id` string, nullable — ID of the sender email address associated with this group.
    - `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` — Email 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/versions/a93ca9c2c777/schema)
