Labels
Manage Labels
Retrieve all labels from your WhatsApp Business account.
GET
Overview
You can fetch all labels (tags) configured in your WhatsApp Business account. Labels help you organize and categorize chats and contacts.Labels are only available for WhatsApp Business accounts. Regular WhatsApp accounts do not support labels.
Authentication
This endpoint requires authentication via theapikey header.
string
required
Your Evolution API key for authentication.
Path Parameters
string
required
The name of your WhatsApp Business instance.
Response
array
Array of label objects.
Label Colors
WhatsApp Business provides predefined label colors:- Available Colors
- Blue:
#00A0DC - Orange:
#F39C12 - Purple:
#9B59B6 - Green:
#16A085 - Red:
#E74C3C - Gray:
#95A5A6
Usage Notes
WhatsApp Business allows you to create custom labels in addition to the predefined ones.
Label management (creating, editing, deleting) is typically done through the WhatsApp Business app. This API allows you to fetch and assign existing labels.