Retrieves the details of an existing chat channel.
Required permissions:
chat:readA company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
The unique identifier of the chat channel or experience to retrieve.
A successful response
A real-time chat feed attached to an experience, with configurable moderation and posting permissions.
The unique identifier for the entity
The experience this chat feed is attached to.
Whether media uploads such as images and videos are blocked in this chat.
Whether URL links are blocked from being posted in this chat.
The permission level controlling which users can send messages in this chat.
everyone, admins The permission level controlling which users can add reactions in this chat.
everyone, no_one The minimum number of seconds a user must wait between consecutive messages. Null if no cooldown is enforced.
42
A list of words that are automatically filtered from messages in this chat.
Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.