POST
/
api
/
tags

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string
required

Name of the tag

color
string
required

Color code of the tag

kanban
number
required

Kanban value of the tag

order
number
required

Order value of the tag

companyId
string
required

ID of the company associated with the tag

Response

201 - 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[]