{ "opencollection": "1.0.0", "info": { "name": "Matrix Client-Server Account Refresh API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refresh", "type": "folder" }, "items": [ { "info": { "name": "Refresh an access token", "type": "http" }, "http": { "method": "POST", "url": "https://{homeserver}/_matrix/client/v3/refresh", "body": { "type": "json", "data": "{}" } }, "docs": "Refresh an access token" } ] } ], "bundled": true }