Skip to main content
POST
Create a tag

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

Tag name. Must be unique within the organization.

Required string length: 1 - 100
color
string

Hex color, including the leading #. Defaults to the organization default.

Example:

"#88DD00"

Response

The created tag