curl --request PUT \
--url https://api.wappfy.com.br/label/handleLabel/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>",
"action": "add",
"labelId": "<string>"
}'
Adicionar ou remover etiqueta de uma conversa
curl --request PUT \
--url https://api.wappfy.com.br/label/handleLabel/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"number": "<string>",
"action": "add",
"labelId": "<string>"
}'
Seu cabeçalho da chave de autorização.
ID da instância.