Get a single message
Returns a single message from a chat conversation with the specified user, by message UUID.
This is the single-message counterpart to GET /chats/{userUuid}/messages and returns the same message shape for one message, so you can reuse the same parsing.
read:chat— Read chat conversations, messages, and chat-related data. This includes viewing chat lists and message history.
Authorizations
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
API version to use for the request
"2025-06-26"
Response
Message details
image, video, audio, document Ordered list of media UUIDs attached to this message (display order)
UUID of the media item shown for free as a preview of this pay-to-view message, or null when no free preview was configured. Mirrors the mediaPreviewUuid set when sending the message.
AUTOMATED_CANCELED, AUTOMATED_NEW_FOLLOWER, AUTOMATED_NEW_PURCHASE, AUTOMATED_NEW_SUBSCRIBER, AUTOMATED_RE_SUBSCRIBED, AUTOMATED_RENEWED, AUTOMATED_CHAT_MESSAGE_REPLY, AUTOMATED_FIRST_MESSAGE_REPLY, CHAT_TEXT_GENERATION, CHAT_TEXT_REPLY, CHAT_TEXT_REWRITE, SINGLE_RECIPIENT, TIP, VOICE_CALL, BROADCAST, GHOST_PROMOTION Pricing information for pay-to-view messages
Timestamp when this message was purchased, or null if not purchased
For TIP messages, where the tip originated: 'chat' (direct in-chat tip), 'post' (tipped a feed post) or 'media_link' (tipped via a shared media link). Null for non-tip messages.
chat, post, media_link UUID of the team member who sent the message on behalf of the creator, or null if sent directly by the creator
Whether the message has been read by the recipient