Change password
To change password
POST
{{apiUrl}}patient/login/change_password
Request Body
Name
Type
Description
apikey*
String
Authentication token
patient_id*
String
Unique ID of patient
new_password*
String
New password
old_password*
String
Existing password
{
"status_code": "1",
"status_message": "Password Updated Successfully",
"datetime": "2023-10-27 18:35:45",
"data": 1
}
Last updated
Was this helpful?