Reset Password

Update Member Password Using API

This method is the second half of resetting a user's password. In the "Forgot Password" method above, you should have received a reset code from the URL you configured in the "Reset Password" email you configured in the Customize-Emails screen of your product or collection inside of your ProductDyno dashboard.

Once you have the reset code and the user's new password (whether you allow the user to create their own password or you create one for them), you may post this request to update the ProductDyno system.

PATH

https://app.productdyno.com/api/v1/members/reset-password

METHOD

POST

PARAMETERS

_api_key
code
password
product_id OR collection_id

EXAMPLE JSON RESPONSE

{
      "success": true,
      "message": "Password updated successfully."
}