Getting 404 not found error when making API call to zoom API

We are trying to get meeting recording using Zoom API but getting 404 not found error.

@scdlzoom.sisteam can you give more information? It seems that the meeting you are querying for may not exist (or be started) .

Alternatively you can use the meeting UUID instead of the meeting ID

Hi Ojas,
I have tried using UUID also, it was giving me same error. I am trying to get meeting recording of last month but still facing 404 not found issue. I am using below link to get the meeting recording.

https://api.zoom.us/v2/meetings/" + intMeetingID.ToString() + "/recordings