Hello,
Have you solved this issue ? this api is works if pass customer token in header and customer token comes from api which have required parameter : email & password , then how can we use as a forgot password api .?!! because we can't get customer token when use forgot password .
please reply if any other way for forgot password in rest api that can run without token and send mail.
=> I have tried with following details .
API : Domain name/index.php/rest/V1/customers/password
Header :
Authorization:Bearer [customer token]
Content-Type:application/json
Parameter :
{
"email": "hello.try@gmail.com",
"template": "email_reset",
"websiteId": 1
}
Response :
true [if mail send successfully , o.w error message]