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

account_id
integer
required

The numeric ID of the account

contact_identifier
string
required

The source id of contact obtained on contact create

Response

200
application/json
Success

The response is of type object.