Danh sách tin nhắn
Request
curl --location 'https://vpage.open.nhanh.vn/v3.0/conversation/messages?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"conversationId": "{{conversationId}}"
},
"paginator": {
"size": 30,
"sort": {"createdAt": "desc"}
}
}'Filters
Key
Type
Description
Paginator
Key
Type
Description
Key
Description
Value
Response
Failed response
Successful response
Last updated