Skip to main content
GET
/
cdr
/
v1
/
hipusers
/
Get All HIP Users of a Business
curl --request GET \
  --url https://api.eka.care/cdr/v1/hipusers/ \
  --header 'auth: <auth>'
{
  "status": "success",
  "users": [
    {
      "id": "176338032692057",
      "firstname": "Manoharan",
      "lastname": "Mohan",
      "mobile": "9840254450",
      "email": "criticcaredr@gmail.com",
      "is_admin": true,
      "seat_type": "p",
      "doctors": [
        {
          "id": "do1763380327031",
          "firstname": "Manoharan",
          "lastname": "Mohan"
        }
      ],
      "clinics": [
        {
          "id": "c-1506ace382e94bf5ba9751fb",
          "name": "Manushree Hospital"
        }
      ],
      "partner_id": null
    }
  ]
}

Headers

auth
string
required

The authentication token for the business. It is used to verify the business making the request. The token can be fetched from the Auth API.

Response

OK

status
string
Example:

"success"

users
object[]