POST
/
eka-mcp
/
medications
/
v1
/
interaction
curl --request POST \
  --url https://api.dev.eka.care/eka-mcp/medications/v1/interaction \
  --header 'Authorization: Bearer <token>'
{
  "a": [
    [
      "<string>"
    ]
  ],
  "b": [
    [
      "<string>"
    ]
  ],
  "c": [
    [
      "<string>"
    ]
  ],
  "d": [
    [
      "<string>"
    ]
  ],
  "x": [
    [
      "<string>"
    ]
  ]
}

Authorizations

Authorization
string
header
required

Enter JWT token

Query Parameters

drug_names
string[]

List of drug names to check for interactions. Eg: ['Bencid tablet', 'Fluvir 75Mg capsule']

Response

200
application/json
OK
a
array | null
b
array | null
c
array | null
d
array | null
x
array | null