---
title: "Retrieve an email template embed"
method: GET
path: "/email_template_embeds/{id}"
tags: ["Email template embeds"]
---

# Retrieve an email template embed

`GET /email_template_embeds/{id}`

## Path parameters

- `id` string, required

## Response `200`

The `EmailTemplateEmbed` object

- EmailTemplateEmbed
  - `id` string, required — The ID of the email template embed
  - `expires_at` string, required — When the email template embed expires and needs to be regenerated
  - `email_template` string, nullable, required — The email template associated with this embed
  - `business` string, required — The business associated with this embed
  - `url` string, required — The URL to embed the email template editor

---

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