v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
chat

get chat labels

Get chat labels by chat ID

post/instances/{id}/client/action/get-chat-labels

Path parameters

idinteger required

Instance ID

Request body

chatIdstring required

Example request

{
  "chatId": "<xxxxx>@c.us"
}

Response

status'success' | 'error'

Example response

{
  "data": [
    {
      "id": 1,
      "name": "label name"
    }
  ],
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/get-chat-labels"
  },
  "status": "success"
}