Signup
POST
https://api.evitalrx.in/v1/patient/login/signup
Register the Patient in the system.
Request Body
Name | Type | Description |
---|---|---|
apikey* | String | Authentication token |
mobile* | String | Mobile number of Patient |
firstname* | String | First name of Patient |
lastname | String | Last name of Patient |
otp* | String | Verification OTP sent to customer mobile in Signup send OTP API |
password* | String | Password set by patient |
os | String | "web" | "android" | "ios" default: "android" Operating system of mobile patients are using. |
zipcode | String | Length: 6 Patient's pincode |
Last updated