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