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
Name | Type | Description |
---|---|---|
publisherToken* | string | Required publisher account with special privileges |
customerEmail* | string | Email of customer |
resetUrl | string | Information where reset password form will be kept. If empty, cleeng.com url will be used. |