Change password

To change password

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

Request Body

NameTypeDescription

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