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
brand_id
integer
required

The brand ID that the tag is associated with.

name
string
required

The name of the tag.

Maximum string length: 64
color
string

The hex color code of the tag.

Pattern: ^#[0-9A-F]{6}$

Response

Created

data
object

A tag object.