Skip to main content
GET
/
v1
/
tags
List all tags
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
  }
]

Authorizations

Authorization
string
header
required

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

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