I want to get stats of videos in my vimeo account through api call. I'm using https://api.vimeo.com/me/videos/stats endpoint to get stats as described in their documentation. And I'm getting this response
{ "error": "Your access token does not have the \"stats\" scope" }
and there is no option to add stats scope at apps dashboard