Danh sách khách hàng
Lấy thông tin khách hàng ở trang Danh sách khách hàng
Request
curl --location 'https://vpage.open.nhanh.vn/v3.0/customer/list?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": {}
}'
Filters
Key
Type
Description
pageId
string
PageId cần lấy thong tin khách hàng
pageUserIds
array
danh sách pageUserId cần lấy thông tin của page
Response
Xem cấu trúc chung tại đây.
Failed response
Xem các mã lỗi chung tại đây.
Successful response
Last updated