Signup

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

Register the Patient in the system.

Request Body

{
    "status_code": "1",
    "status_message": "Registered Successfully",
    "datetime": "2023-10-27 18:17:36",
    "data": {
        "profile_picture": "https://d1tu4pmhr82np8.cloudfront.net/storage/users/placeholder_a.png",
        "patient_id": "+FEWdxQs/6ciAyINkc430A==",
        "firstname": "Aman",
        "lastname": "Shukla",
        "mobile": "9033071756",
        "patient_code": "P0001P3",
        "status": "active",
        "zipcode": "380008"
    }
}

Last updated