Downloading the VTT file for a password protected meeting using RESTFUL API

Description
I need to download the transcription file (VTT) for a given recorded Zoom meeting. When meetings are not password protected, we could access this file through the API. Now that meetings are password protected, it does not seem possible to access the transcript file. It requires a password and it is a different password to the one used for the meeting.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
{{baseUrl}}/meetings/:meetingId/recordings

1 Like

Hey @Brendan_OHara,

Please see the docs for info on how to download recordings with passwords:

Thanks,
Tommy

Thanks Tommy,

I was passing the bearer token in the headers along with the jwt token as a query param. This prevented it from working. All good now.

1 Like

Happy to hear you got it working! :slight_smile:

Thanks,
Tommy