cURL
curl --request GET \ --url https://api.dev.eka.care/eka-mcp/protocols/v1/publishers/tag \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
This endpoint returns a list of all protocols publishers for given tag.
Enter JWT token
The tag/condition for which the publisher is being fetched
OK
The response is of type string[].
string[]
Was this page helpful?