GET
/
dr
/
v1
/
business
/
clinic
/
{clinic_id}
curl --request GET \
  --url https://api.eka.care/dr/v1/business/clinic/{clinic_id} \
  --header 'auth: <auth>'
{
  "success": true,
  "data": {
    "clinic": {
      "clinic_id": "62e7929ab123a6001e80e833",
      "name": "DIABETES AND ENDOCRINE CLINIC",
      "address": {
        "city": "Bangalore",
        "country": "India",
        "lat": 20.1777602,
        "line1": "302, 3rd floor, RK",
        "lon": 71.8255817,
        "pincode": 560048,
        "state": "Karnataka"
      }
    }
  }
}

Headers

auth
string
required

The auth token of the business. It is used to authenticate the client. This should be fetched from auth API.

Path Parameters

clinic_id
string
required

Unique identifier for the clinic

Response

200
application/json
OK
success
boolean
data
object