How to get recording_play_passcode from the Get meeting recordings endpoint

I tried to request my meeting recording from this endpoint ‘https://api.zoom.us/v2/meetings/{meetingId}/recordings’, but the problem is the recording_play_passcode doesn’t show up in the response. I wonder what should I do?

Please help me if someone had the same issue

Hey @zhaohong1997111

Thanks for reaching out to the Zoom Developer Forum and welcome to our community!
So I was able to do some testing on my end and it looks like when you call the endpoint Get meeting recordings:

You should be getting a password in your response body, and that one will allow you to watch the recordings:

Hope this helps,
Elisa

Hi Elisa,

Thank you for your reply, but I think I didn’t write it clear. In my case, I want to embedded the password into the play_url of the cloud recording. I read the document and it says the recording_play_passcode *

can be directly spliced in play_url or share_url with ?pwd= to access and play

Can you please give me any advice?

Hi
may I know is the password is dynamic or static?

because the download_access_token is not static