cURL
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>" } ]
This endpoint returns the complete list of tags that are supported through search
Enter JWT token
OK
The response is of type Tag · object[].
Tag · object[]
Was this page helpful?