{ "opencollection": "1.0.0", "info": { "name": "Zesty Accounts Apps Password API", "version": "1.0.0" }, "items": [ { "info": { "name": "Password", "type": "folder" }, "items": [ { "info": { "name": "Zesty Request a password reset", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/password/request", "body": { "type": "json", "data": "{}" } }, "docs": "Sends a password reset email to the specified email address if an account with that email exists." }, { "info": { "name": "Zesty Reset a user password", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/password/reset", "body": { "type": "json", "data": "{}" } }, "docs": "Resets the user's password using the reset token received via email." } ] } ], "bundled": true }