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

Failed response

Successful response

Last updated