Danh sách hội thoại
Request
curl --location 'https://vpage.open.nhanh.vn/v3.0/conversation/list?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": { },
"paginator": {
"size": 30,
"sort": {"updatedAt": "desc"}
}
}'Filters
Key
Type
Description
Paginator
Key
Type
Description
Value
Description
Sort
Response
Failed response
Successful response
Last updated