chatrooms

Get Chatroom Details

Get details about a chatroom.

Two payload tiers (the read path used to hand everything to any logged-in caller, with no membership check at all):

  • Member (creator/host, invited, valid join_code, current or former participant): the full payload, including the participant identity list and room credentials.
  • Non-member: the room SUMMARY only — enough to render the join screen (room exists, topic, language, status, schedule, is_org_class / organization_name, and the participant COUNT) but no participant names or photos and no join codes. Private rooms 404 for non-members instead of 403 so the endpoint doesn't confirm that a private room_name exists.
get/chatrooms/{room_name}

Path parameters

room_namestring required

Query parameters

join_codestring nullable

Headers

authorizationstring nullable

Response

Successful Response

{"stackTrail":"paths:/chatrooms/{room_name}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.