API Reference

Send password reset email to customer

Use this to reset the customer's password. An email is sent to the customer's registered email address. The customer clicks the link in the email to reset their password.
Sample Curl
curl --location --request PUT 'https://mygatewayurl.com/V1/storeview/default/customer/password' --header 'Content-Type: application/json' --data-raw '{ "email": "[email protected]", "template": "email_reset"}'

Language
URL
Click Try It! to start a request and see the response here!