Returns all tags currently in use by projects.

<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 nullOptional
The name of the tag.
colorstring or nullOptional
The color of the tag.
usageCountintegerOptional
The count how often a specific tag was already used.

Errors

400
Bad Request Error
401
Unauthorized Error