Skip to main content
GET
Get a single template message
Required scope
  • read:chat — Read chat conversations, messages, and chat-related data. This includes viewing chat lists and message history.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

templateUuid
string<uuid>
required

Template message UUID

Response

Template message details

uuid
string<uuid>
required

Template message UUID

text
string | null
required

Message text content

price
number | null
required

Message price in cents (null for free messages)

mediaUuids
string<uuid>[]
required

Array of media UUIDs attached to the message

mediaPreviewUuid
string<uuid> | null
required

Media UUID used as the paywall preview (null when the template has none)

folderUuid
string<uuid> | null
required

UUID of the folder containing this template

folderName
string | null
required

Name of the folder containing this template