v8
OpenAPI 3.1.02026-08-033623795.0 MBChat channels
Retrieve chat channel
Retrieves the details of an existing chat channel.
Required permissions:
- chat:read
get/chat_channels/{id}
Path parameters
idstring required
The unique identifier of the chat channel or experience to retrieve.
Response
A successful response
Example response
{
"experience": {
"id": "exp_xxxxxxxxxxxxxx",
"name": "Trading Signals Chat"
},
"user_posts_cooldown_seconds": 42
}