Nhãn hội thoại
Request
curl --location 'https://vpage.open.nhanh.vn/v3.0/conversation/tags?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": { },
"paginator": {
"size": 50,
"sort": {"createdAt": "desc"}
}
}'Filters
Paginator
Key
Type
Description
Response
Failed response
Successful response
Last updated