Get a single template message

Returns a specific template message by UUID. <Info>Scope required: `read:chat`</Info>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

templateUuidstringRequiredformat: "uuid"
Template message UUID

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Response

Template message details
uuidstringformat: "uuid"
Template message UUID
textstring or null
Message text content
pricedouble or null

Message price in cents (null for free messages)

mediaUuidslist of strings
Array of media UUIDs attached to the message
folderNamestring or null
Name of the folder containing this template

Errors