cURL
curl --request POST \ --url https://api4.kinbox.com.br/v3/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "_id": "<string>", "name": "<string>", "color": "<string>", "textColor": "<string>", "authorId": 123 }'
{ "id": "<string>", "_id": "<string>", "name": "<string>", "color": "<string>", "textColor": "<string>", "authorId": 123, "workspaceId": 123, "createdAt": "2023-11-07T05:31:56Z", "lastUpdateAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object