This is an old revision of the document!


Password Reset

The request is intended to reset user's password.

Request Example

&svc=reset_password&params={
    "login":string,
    "phone":string
}

Parameters

Parameter Description
login User Login
phone User phone number

Additional information

Server Response

{
    "id_sms":"88"
}