POST
/
api
/
v1
/
accounts
/
{account_id}
/
conversations
/
{conversation_id}
/
labels
curl --request POST \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/conversations/{conversation_id}/labels \
  --header 'Content-Type: application/json' \
  --data '{
  "labels": [
    "support",
    "billing"
  ]
}'
{
  "payload": [
    "<string>"
  ]
}

Path Parameters

account_id
integer
required

The numeric ID of the account

conversation_id
integer
required

The numeric ID of the conversation

Body

application/json

Response

200
application/json
Success

The response is of type object.