---
title: "Get Email Template"
method: GET
path: "/setup/v1/locations/{id}/email/templates/{templateName}"
tags: ["Locations"]
---

# Get Email Template

`GET /setup/v1/locations/{id}/email/templates/{templateName}`

Use this endpoint to return the requested **Email Template**. The template is from the primary business location. If it wasn't customized the default template is returned. The response content is in html format. A valid **emailTemplate name** is required. Find template names by using the _GET ​/setup​/v1​/locations​/{id}​/email​/templates_ endpoint. Note: The master template cannot be accessed here.

## Path parameters

- `id` string, required
- `templateName` string, required

## Response `200`

Success

- ContentResult
  - `content` string, nullable
  - `contentType` string, nullable
  - `statusCode` integer, nullable

---

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