Skip to main content
POST
Criar 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

Nome da tag

Example:

"marketing orgânico"

color
string

Cor da tag em hexadecimal

Example:

"#A78BFA"

description
string

Descrição atribuída a tag

Example:

"Leads que vieram de campanhas internas"

useRandomColor
boolean

Opção de atribuír uma cor aleatória na tag, por padrão é false

Example:

true

Response

201 - undefined