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
}
Last updated
Was this helpful?