コミュニティのチャットルーム
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-..."}}