Issues fetching past meetings

Hello
I have fetched meetings from users using following link: https://api.zoom.us/v2/users/{userId}/meetings. With the UUID, which I have received from this, I try to fetch past meeting details using following link: https://api.zoom.us/v2/past_meetings/{meetingUUID} but I don’t get this to work. The response I get is a 404 saying “This meeting is not available or ID is not valid.”

Screenshot%20at%20Apr%2003%2009-44-00

Got it to work when I used meeting uuids from user reports instead. https://api.zoom.us/v2/report/users/{userId}/meetings