Headers
Example:
"auth"
Path Parameters
Response
OK
Example:
{
"personal": {
"first_name": "doctor",
"middle_name": "",
"last_name": "doctor",
"dob": "",
"gender": "M"
},
"professional": {
"active": true,
"about": "doctor doctor is a Cardiologist with 43 years of experience.",
"language": [{ "code": "en", "language": "English" }],
"degree": [
{
"name": "MD",
"branch_name": "",
"college_name": "",
"start_year": "",
"end_year": ""
}
],
"major_speciality": { "name": "Cardiologist", "code": "CA" },
"speciality": [
{ "name": "General Physician" },
{ "name": "Diabetologist" },
{ "name": "Allergy Specialist" }
],
"clinics": [
{
"id": "1234567899876",
"name": "Vagus Hospital & Health Services",
"contacts": [
{ "name": "Phone", "number": "+91999999999" }
],
"address": {
"line1": "H No -122/a,, Pocket 2 back side of Yamaha 2 wheeler showroom., Pocket 2, Gate No :-2, nearest to Homeopathy clinic.",
"city": "Delhi",
"country": "India",
"state": "Delhi",
"pin": "110085"
}
}
],
"default_clinic": "1234567899876"
}
}