Login

Login with mobile & password

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

Request Body

NameTypeDescription

apikey*

String

Authentication token

mobile*

String

Patient's mobile

password*

String

Patient's password

{
    "status_code": "1",
    "status_message": "Logged In Successfully",
    "datetime": "2023-10-27 18:19:12",
    "data": {
        "patient_id": "8aBVYpYlBc13aSmG4vTJTQ==",
        "status": "active",
        "accesstoken": "vTjMEeTh3ZOMFEPp",
        "profile_picture": "https://d1tu4pmhr82np8.cloudfront.net/storage/users/placeholder_a.png",
        "firstname": "Aman",
        "lastname": "Shukla",
        "patient_code": "P0001P0",
        "zipcode": "380008"
    }
}

Last updated