Returns all labels assigned to a specific chat.
cURL
curl --request GET \ --url https://api.wappfy.io/api/instances/{instanceId}/labels/chats/{chatId} \ --header 'Authorization: Bearer <token>'
[ { "id": "1", "name": "VIP Clients", "color": 1 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The WhatsApp instance UUID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Chat ID
Labels for the chat
Label ID
"1"
Label name
"VIP Clients"
Label color index
1
Was this page helpful?