cURL
curl --request GET \ --url https://api4.kinbox.com.br/v1/tags \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "color": "<string>", "privacy": { "type": "private", "groupIds": [ "<string>" ], "userId": "<string>" }, "authorId": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name must be unique by workspace
Show child attributes
User id that created the tag