v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
chat

get chats by labelId

Get chats by label ID

post/instances/{id}/client/action/get-chats-by-label-id

Path parameters

idinteger required

Instance ID

Request body

labelIdinteger required

Response

status'success' | 'error'

Example response

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