GET
/
eka-mcp
/
protocols
/
v1
/
tags
curl --request GET \
  --url https://api.dev.eka.care/eka-mcp/protocols/v1/tags \
  --header 'Authorization: Bearer <token>'
[
  {
    "tag_id": "<string>",
    "text": "<string>",
    "detail": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter JWT token

Response

200
application/json
OK
tag_id
string
required
text
string
required
detail
string | null