Lấy danh sách yêu cầu cấp quyền gọi
curl --location '$BASE_URL/v1/shop.Zalo/ListRequestConsent' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API-KEY' \
--data '{
"filter": {
"call_type": "audio",
"date_from": "<dateTime>",
"date_to": "<dateTime>",
"is_charged": "<boolean>",
"oa_id": "<int64>",
"phone": "<string>",
"reason_code": "flight_announcement",
"reply_status": "S",
"status": "P",
"user_id": "<int64>"
},
"paging": {
"after": "<string>",
"before": "<string>",
"limit": "<integer>",
"sort": "<string>"
}
}'Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated