These docs are for v2.0. Click to read the latest docs for v2.1.

requestPasswordReset

Method should be used on native integrations (mobile / tv) to build "forgot password" functionality. Method will send email to customer, with password reset link. Url looks like:
https://mydomain.com/password-reset?email=user%2B8%40domain.com&resetPasswordToken=1888083b899d02693a7ea4395f22224df08a29c9.
Use updateCustomerPassword to save new password.

📘

You can try that method by clicking here

Parameters

NameTypeDescription
publisherToken*stringRequired publisher account with special privileges
customerEmail*stringEmail of customer
resetUrlstringInformation where reset password form will be kept. If empty, cleeng.com url will be used.