API Reference

Reset customer password

Use this to reset the customer's password. An email gets sent to the customer's email provided. The customer clicks the link in the email and resets 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
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!