cURL
curl --request GET \ --url https://api.decodahealth.com/comms/call/tags \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "name": "<string>", "useForAlerts": true, "useForCalls": true, "id": "<string>", "description": "<string>" } ]
The tenant you are making this request on behalf of
Your api key
Successful Response