{ "opencollection": "1.0.0", "info": { "name": "Misskey account reset password API", "version": "2025.4.1-io.12b-fb6fbea074" }, "items": [ { "info": { "name": "reset password", "type": "folder" }, "items": [ { "info": { "name": "request-reset-password", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/request-reset-password", "body": { "type": "json", "data": "{}" } }, "docs": "Request a users password to be reset.\n\n**Credential required**: *No*" }, { "info": { "name": "reset-password", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/reset-password", "body": { "type": "json", "data": "{}" } }, "docs": "Complete the password reset that was previously requested.\n\n**Credential required**: *No*" } ] } ], "bundled": true }