Returns a list of 30 uploaded YouTube videos to the channel with a limited list of details.
Security
accessToken
GET
curl -i -X GET \
'https://api.modash.io/v1/raw/youtube/uploaded-videos?url=https%3A%2F%2Fwww.youtube.com%2F%40MrBeast&sorted_by=string&after=string' \
-H 'Authorization: Bearer <YOUR_token_HERE>'Response
{ "videos_list": { "total": 0, "videos": [ … ], "cursor": "string" }, "success": true }