Skip to main content
GET
/
admin
/
tags
List Tags
curl --request GET \
  --url https://api.decodahealth.com/admin/tags \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "name": "<string>",
    "useForAlerts": true,
    "useForCalls": true,
    "id": "<string>",
    "description": "<string>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

name
string
required
useForAlerts
boolean
required
useForCalls
boolean
required
id
string
required
description
string | null