AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Contact Labels
List Labels
Contact Labels
List Labels
Lists all the labels of a contact
GET
/
api
/
v1
/
accounts
/
{account_id}
/
contacts
/
{contact_identifier}
/
labels
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/contacts/{contact_identifier}/labels
{
"payload": [
"<string>"
]
}
Path Parameters
The numeric ID of the account
The source id of contact obtained on contact create
Response
200
application/json
Success
The response is of type object
.
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/contacts/{contact_identifier}/labels
{
"payload": [
"<string>"
]
}