{ "opencollection": "1.0.0", "info": { "name": "Matrix Client-Server Account Keys API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "Upload end-to-end encryption keys", "type": "http" }, "http": { "method": "POST", "url": "https://{homeserver}/_matrix/client/v3/keys/upload", "body": { "type": "json", "data": "{}" } }, "docs": "Upload end-to-end encryption keys" } ] } ], "bundled": true }