GET
/
api
/
tags
/
{tagId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

tagId
string
required

ID of the tag to retrieve

Response

200 - application/json
id
string
required
name
string
required
color
string
required
kanban
integer
order
integer
required
companyId
string
required
createdAt
string
required
updatedAt
string
required
contacts
object[]