Skip to main content
POST
/
lead
/
label
Criar Etiqueta
curl --request POST \
  --url https://sell.ia.proativia.com/api/v1/lead/label \
  --header 'Content-Type: application/json' \
  --header 'Token: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "color": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Token
string
header
required

Token de autenticacao gerado na plataforma Sell.IA.

Body

application/json
name
string
required

Nome da etiqueta.

color
string

Cor da etiqueta em hexadecimal (ex: #FF5733).

Response

Etiqueta criada com sucesso.

id
string
name
string
color
string | null
createdAt
string<date-time>