{ "opencollection": "1.0.0", "info": { "name": "Matrix Client-Server Account Directory API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Directory", "type": "folder" }, "items": [ { "info": { "name": "Look up a room ID by alias", "type": "http" }, "http": { "method": "GET", "url": "https://{homeserver}/_matrix/client/v3/directory/room/:roomAlias", "params": [ { "name": "roomAlias", "value": "", "type": "path" } ] }, "docs": "Look up a room ID by alias" } ] } ], "bundled": true }