Signup
POST
{{apiUrl}}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
{
"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==", // Unique ID of the Patient
"firstname": "Aman",
"lastname": "Shukla",
"mobile": "9033071756",
"patient_code": "P0001P3",
"status": "active",
"zipcode": "380008"
}
}
Last updated
Was this helpful?