Get Video Analytics
Please note that the API URL for video uploads is
stats.dyntube.com
and not api.dyntube.com
.
post
https://stats.dyntube.com/v1/
logs/data
To get the analytics data
{
"from":"2020-08-01",
"to":"2020-09-30",
"size":20,
"page":1,
"videoKey":"", //optional
"channelKey":"", //optional
"projectKey":"", //optional
}
Last modified 7mo ago