Get list of individual tags
GET
/api-v1/tag/individual
curl \
--request GET http://wyzio.app/api-v1/tag/individual \
--header "TARGET-ORGANIZATION-ID: 42" \
--header "WEAL-TOKEN: string"
Response examples (200)
[
{
"id": 42,
"name": "string"
}
]