Reset password

To reset password with mobile OTP

POST https://api.evitalrx.in/v1/patient/login/reset_password

Request Body

NameTypeDescription

apikey*

String

Authentication token

mobile*

Number

Patient's registered mobile

otp*

String

OTP sent in Forget password send OTP API

password*

String

New password

{
    "status_code": "1",
    "status_message": "Password Updated Successfully",
    "datetime": "2023-10-27 18:35:45",
    "data": 1
}

Last updated