GET
    /v1/channels/{channelId}
  
  curl \
 --request GET 'https://openapi.meltingspot.io/v1/channels/{channelId}'
        Response examples (200)
  
  {
  "id": "string",
  "name": "string",
  "emoji": "string",
  "description": {},
  "privacy": "Private",
  "autoJoin": true,
  "readonly": true,
  "showMembers": true
}