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

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

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
The count how often a specific tag was already used.