curl --location --request GET 'https://jingopenapi.jingsocial.com/v2/template/message/pushTask/clickDetail?wechat_official_account_id=&perPage=100&page=1&push_id=3489' \
--header 'app_id;' \
--header 'access_token;'
{
"code": 0,
"data": {
"items": [
{
"omni_user_uuid": "aPHaxQyaxygYW3sdbY9B97",
"openid": "oOuXGt7PbShhSj4n2lbZKcT8daug",
"click_time": 1685711786
},
{
"omni_user_uuid": "aPHaxQyaxygYW3sdbY9B97",
"openid": "oOuXGt7PbShhSj4n2lbZKcT8daug",
"click_time": 1684898784
}
],
"_meta": {
"per_page": 20,
"total_count": 2,
"page_count": 1,
"current_page": 1
}
},
"message": "success"
}