cURL
curl --request GET \ --url https://api4.kinbox.com.br/v3/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "color": "<string>", "workspaceId": 123, "createdAt": "2023-11-07T05:31:56Z", "lastUpdateAt": "2023-11-07T05:31:56Z", "_id": "<string>", "textColor": "<string>", "authorId": 123, "updatedAt": "2023-11-07T05:31:56Z" }
Buscar tag por ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name must be unique by workspace
128
20