Gelios Docs Gelios Docs
  • Translations of this page
    • English
    • Русский

Sidebar
  • en
  • ru
Table of Contents
  • Password Reset
        • Request Example
        • Parameters
        • Additional information
        • Server Response

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"
}
Log In