I'm trying to download zoom recording and transcript using the share links - but I need to provide authentication in the code as well

I want to download zoom recordings and transcripts using the share links shared by other users on the same main account. But how do I provide authentication in my code so that the links return the actual content.

Because for now I’m basically being returned the html content of the page. Which means I’m not being able to access these links if I don’t provide authentication.

Hi Merzia,
You would need to use an access_token to authenticate your request and access the recording content.