Labels API Guide
Comprehensive guide to mastering WhatsApp Labels for organizational excellence and automation.
Labels Endpoints
10 Endpoints
GET
/v2/labels
Get All Labels
Retrieve all WhatsApp labels available in your WhatsApp Business account.
GET
/v2/labels/{id}
Get Label
Retrieve details of a specific WhatsApp label.
POST
/v2/labels/create
Create Label
Create a new WhatsApp label with a name and optional color.
PUT
/v2/labels/{labelId}/update
Update Label
Update an existing WhatsApp label's name or color.
DELETE
/v2/labels/{labelId}/delete
Delete Label
Permanently delete a WhatsApp label.
GET
/v2/labels/{labelId}/chats
Get Chats with Label
Get a list of chats associated with a specific label.
PUT
/v2/labels/{id}/chats/{chatId}
Link Label to Chat
Assign a specific label to a chat or contact.
DELETE
/v2/labels/{id}/chats/{chatId}
Unlink Label from Chat
Remove a specific label from a chat or contact.
GET
/v2/labels/chats/{chatId}
Get Chat Labels
Get all labels assigned to a specific chat.
PUT
/v2/labels/chats/{chatId}
Set Chat Labels
Overwrite all labels for a specific chat.