{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Admins Recover Password API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Admins Recover Password", "type": "folder" }, "items": [ { "info": { "name": "recoverPassword", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/recover", "body": { "type": "json", "data": "{}" } }, "docs": "Recover Password\nAn email will also be sent to the user with a link to https://manage.mist.com/verify/recover?token=:token" }, { "info": { "name": "verifyRecoverPassword", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/recover/verify/:token", "params": [ { "name": "token", "value": "", "type": "path" } ] }, "docs": "Verify Recover Password\nWith correct verification, the user will be authenticated. UI can then prompt for new password" } ] } ], "bundled": true }