Get list of tags

GET /api-v1/document/tags

Headers

Responses

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