v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBchat
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
Response
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"
}