I am a member of the channel I want to query the members only video. Is there any way to get a list of members only videos from a channel?
I've tried activities and search APIs but they don't include members only videos in the response, and I am doing this with OAuth2.
Is there any way for this or this wouldn't be possible?
What i have tried
Here's an example members only video I'm a members to: youtube.com/watch?v=vYmAhoZYg64
Here's the result of search.list with curl command
curl 'https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=UC1DCedRgGHBdm81E1llLhOQ&publishedAfter=2020-10-03T00%3A00%3A00Z&publishedBefore=2020-10-05T00%3A00%3A00Z&key=[YOUR_API_KEY]' \ --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \ --header 'Accept: application/json' \ --compressed pastebin.pl/view/49bb1fe9