Skip to main content
GET
/
eka-mcp
/
medications
/
v1
/
search
Search Medications
curl --request GET \
  --url https://api.dev.eka.care/eka-mcp/medications/v1/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "generic_name": "<string>",
    "manufacturer_name": "<string>",
    "product_type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter JWT token

Query Parameters

drug_name
string | null

The segmented branded name of the medicine like Glim 1mg The segmented branded name of the medicine like Glim 1mg

form
string | null

The form of the medicine like Tablet, Syrup The form of the medicine like Tablet, Syrup

generic_names
string | null

The generic name of the medicine like 'Glimeperide', 'Metformin'. In case of compound generics, pass the name only with comma separated like Glimeperide,Metformin The generic name of the medicine like 'Glimeperide', 'Metformin'. In case of compound generics, pass the name only with comma separated like Glimeperide, Metformin

volumes
string | null

The volume of the drug name or generic composition like '650','1000','500' The volume of the drug name or generic composition like '650','1000','500'

Response

OK

name
string
required
generic_name
string | null
required
manufacturer_name
string | null
required
product_type
string | null
required