Reset password
To reset password with mobile OTP
POST {{apiUrl}}patient/login/reset_password
Request Body
Name
Type
Description
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
}{
"status_code": "0",
"status_message": "Invalid OTP",
"datetime": "2023-10-27 18:34:13",
"data": null
}Last updated
Was this helpful?