requestPasswordReset

❗️

Deprecated

This JSON-RPC method is deprecated.

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.

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.