{ "opencollection": "1.0.0", "info": { "name": "Matrix Client-Server Account Capabilities API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Capabilities", "type": "folder" }, "items": [ { "info": { "name": "Query server capabilities", "type": "http" }, "http": { "method": "GET", "url": "https://{homeserver}/_matrix/client/v3/capabilities" }, "docs": "Query server capabilities" } ] } ], "bundled": true }