コミュニティのチャットルーム

GET/communities/:id/chat-room

コミュニティのチャットルームを取得します(存在しない場合は作成されます)。メンバーのみアクセスできます。

認証要ログイン

パスパラメータ

idstring必須

コミュニティ ID または slug。

リクエスト
curl https://api.4s.link/communities/ID/chat-room \
-H "Authorization: Bearer 4s_at_..."
レスポンス例
{
"chatRoom": {
"id": "r1a2b3c4-...",
"type": "GROUP",
"name": "Tech Community",
"communityId": "c1a2b3c4-..."
}
}