rooms_browse
GET /rooms/browse/:type — Browse public channels by type
Browse publicly-joinable rooms of a given type that you are NOT yet subscribed to. The same surface the in-app Browse Channels modal shows. DC BLACK rooms are filtered out for DC tier members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Room type to browse. Allowed: `channel`, `discussion`, `quick-question`. | |
| limit | No | Max results (1-100) | |
| cursor | No | Cursor from a previous response's `nextCursor`. Pass to fetch the next page. |