curl -X POST \ 'https://app.wizebot.com.br/api/v1/whatsapp/label/list' \ -d 'apiToken=SUA_API_KEY_AQUI' \ -d 'phone_number_id=SEU_PHONE_NUMBER_ID'
{ "status": "1", "message": [ { "id": 1, "label_name": "Clientes VIP", "status": "1" }, { "id": 2, "label_name": "Suporte", "status": "1" }, { "id": 3, "label_name": "Vendas", "status": "1" } ] }
Obter lista de etiquetas do WhatsApp
curl -X POST \ 'https://app.wizebot.com.br/api/v1/whatsapp/label/list' \ -d 'apiToken=API-KEY' \ -d 'phone_number_id=PHONE-NUMBER-ID'
{ "status": "1", "message": [ { "id": 1, "label_name": "Your label name", "status": "1" } ] }