---
title: "Get template variables"
method: GET
path: "/v3/email-templates/variables"
tags: ["Email Templates"]
---

# Get template variables

`GET /v3/email-templates/variables`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns all available template variables grouped by category (prospect, team, advanced).

## Response `200`

Available template variables

- object — Available template variables grouped by category.
  - `prospect` object — Prospect-related template variables grouped by subcategory
  - `team` object — Team-related template variables grouped by subcategory
  - `advanced` object — Advanced template variables grouped by subcategory

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view template variables
- `429` — Too Many Requests

---

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