{ "opencollection": "1.0.0", "info": { "name": "Matrix Client-Server Account PublicRooms API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "PublicRooms", "type": "folder" }, "items": [ { "info": { "name": "List public rooms in the homeserver directory", "type": "http" }, "http": { "method": "GET", "url": "https://{homeserver}/_matrix/client/v3/publicRooms" }, "docs": "List public rooms in the homeserver directory" } ] } ], "bundled": true }