Returns all tags of the private tasks of the current user.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
namestring or null
The name of the tag.
colorstring or null
The color of the tag.
usageCountinteger or null
The count how often a specific tag was already used.