---
title: "Get a single template message"
method: GET
path: "/chats/templates/{templateUuid}"
---

# Get a single template message

`GET /chats/templates/{templateUuid}`

Returns a specific template message by UUID.

## Path parameters

- `templateUuid` string, uuid, required — Template message UUID

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Template message details

- object
  - `uuid` string, uuid, required — Template message UUID
  - `name` string, nullable, required — Template name as given on create, or null when the template is unnamed
  - `text` string, nullable, required — Message text content
  - `price` number, nullable, required — Message price in cents (null for free messages)
  - `mediaUuids` string[], required — Array of media UUIDs attached to the message
  - `mediaPreviewUuid` string, uuid, nullable, required — Media UUID used as the paywall preview (null when the template has none)
  - `folderUuid` string, uuid, nullable, required — UUID of the folder containing this template
  - `folderName` string, nullable, required — Name of the folder containing this template

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Template message not found
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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