Community chat room

GET/communities/:id/chat-room

Get the community's chat room, creating it if it does not exist. Members only.

AuthLogin required

Path parameters

idstringrequired

Community ID or slug.

Request
curl https://api.4s.link/communities/ID/chat-room \
-H "Authorization: Bearer 4s_at_..."
Example response
{
"chatRoom": {
"id": "r1a2b3c4-...",
"type": "GROUP",
"name": "Tech Community",
"communityId": "c1a2b3c4-..."
}
}