Skip to main content
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 the apikey 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:
  • 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.
Use labels to organize chats by customer status, priority, or any other category relevant to your business.
Label management (creating, editing, deleting) is typically done through the WhatsApp Business app. This API allows you to fetch and assign existing labels.