GET
/
profiles
/
v1
/
patient
/
search
curl --request GET \
  --url https://api.eka.care/profiles/v1/patient/search \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <client-id>'
[
  {
    "username": "1111111111",
    "mobile": "98765XXXXX",
    "oid": "17552615662165",
    "fln": "Veena"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

client-id
string
required
Example:

"EC_1431"

Query Parameters

mobile
string
Example:

"121"

username
string
Example:

"EK001"

name
string
Example:

"Eka"

limit
integer
Example:

10

Response

200
application/json

A list of patient profiles matching search query (PREfix search)

The response is of type object[].