Get a single chat
Returns the details of a single chat conversation between the authenticated user and the specified user, including read state, last message metadata, mute status, and unread message count.
This is the single-conversation counterpart to GET /chats and returns the same per-conversation shape for one chat.
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"
Path Parameters
Response
Chat conversation details
Date of the last message in this chat
Whether the chat is marked as read (true) or unread (false)
Whether the chat counterpart is also a creator on the platform
Whether the counterpart is currently online. Provided inline to avoid a separate /chats/statuses request.
When the counterpart was last seen online, or null if unknown/hidden
Custom lists owned by the authenticated user that the counterpart belongs to