Skip to main content
GET
/
v1
/
tags
/
{id}
Retrieve a tag
curl --request GET \
  --url https://api4.kinbox.com.br/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "color": "<string>",
  "privacy": {
    "type": "private",
    "groupIds": [
      "<string>"
    ],
    "userId": "<string>"
  },
  "authorId": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
number
required

Response

200 - application/json
id
string
required
name
string
required

Name must be unique by workspace

color
string
required
privacy
object
required
authorId
number

User id that created the tag