Doctors
Get Doctors List
GET https://appointments.demo.medeintegra.dev/doctors/list
Path Parameters
Name
Type
Description
Authorization
string
Bearer <<ACCESS_TOKEN>>
Get doctor specialties list
GET https://appointments.demo.medeintegra.dev/doctors/specialities/list
The list of medex doctor specialties can be obtained using this URL
Headers
Name
Type
Description
Authorization
string
Bearer <<ACCESS_TOKEN>>
{
"status": "success",
"message": "Specialities obtained successfully",
"data": [
{
"slug": "Obstetircs & Uro - Gynaecology",
"title": "Obstetircs & Uro - Gynaecology",
"created": "2019-02-22T06:32:02.726Z",
"isActive": true,
"specialityId": "xxxxx"
},
{
"slug": "Physical Medical & Rehabilitation",
"title": "Physical Medical & Rehabilitation",
"created": "2019-02-22T06:31:16.746Z",
"isActive": true,
"specialityId": "xxxxx"
},
{
"slug": "Genetics",
"title": "Genetics",
"created": "2019-02-22T06:31:08.628Z",
"isActive": true,
"specialityId": "xxxxxxx"
}
]
}Last updated
Was this helpful?