GET
/
label
/
findLabels
/
{instance}
curl --request GET \
  --url https://api.wappfy.com.br/label/findLabels/{instance} \
  --header 'apikey: <api-key>'
[
  {
    "color": 15,
    "name": "Nome da Tag",
    "id": "1"
  },
  {
    "color": 3,
    "name": "Nome da Tag",
    "id": "2"
  }
]
Only Labels that were added (or edited) after the connection with Wappfy will be returned.

Authorizations

apikey
string
header
required

Seu cabeçalho da chave de autorização.

Path Parameters

instance
string
required

ID da instância.

Response

200 - application/json

Ok

The response is of type object[].