How to get the hashed password from a meeting with the ID and password?

Hello, I am trying to get the URL to join a meeting using the meeting ID and password (like zoom.us/join_meeting/?id=123456&pwd=random)
I have followed these steps to get the URL, but I get this message from the request.

GET https://api.zoom.us/v2/meetings/3806-----

{
    "code": 3001,
    "message": "Meeting 3806------ is not found or has expired."
}

I have noticed that this works with my own meetings, but doesn’t work with other meetings like other people’s personal meeting room where I have the ID and password (like public).

Is this possible with the current Zoom API?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.