ActiveStatistics
Last updated
curl -X 'POST' \
'https://api.tako.so/v2/lens/active_statistics' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"profileIds": [
36112
],
"interval": "7d"
}'{
"status": "success",
"data": {
"data": {
"36112": {
"comment": 0,
"follow": 0,
"mirror": 5
}
}
}
}