9006: Enumerate tags

Fetch a list of all tags


Endpoint ID:9006
Method:GET
URL:

/content/tagged/tags

Request body:None

Response body:

 An array of tag names

Example
[
   "tag1", "tag2", "tag3", "tag4"...
]
Status codes:200 (OK)