Get list of tags

GET /api-v1/tag/document

Headers

Responses

GET /api-v1/tag/document
curl \
 -X GET http://10.10.10.132/api-v1/tag/document \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "id": 42,
    "name": "string"
  }
]