Skip to main content
POST
Create a new tag.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Tag creation data

Request body for creating a tag

companyId
string
required

Company ID

name
string
required

Tag name

color
string

Tag color (hex code)

description
string

Tag description

Response

Created tag

Tag object

color
string

Tag color (hex code)

companyId
string

Company ID

created
number

Creation timestamp

description
string

Tag description

id
string

Tag ID

name
string

Tag name

updated
number

Last update timestamp