Using this template helps us debug your issues more effectively 
Description
Hi, we’re calling https://api.zoom.us/v2/meetings/89731062193 to retrieve information about a meeting hosted by a different account.
The meeting specified in the meetingId existed, however the response we got is “Meeting does not exist: 89731062193.”
We’re wondering if it’s possible to get this kind of information from meetings hosted by a different account, or if it’s just possible to get such info from our own meetings.
Thanks a lot.
Error
{
“code”: 3001,
“message”: “Meeting does not exist: 89731062193.”
}
Which Endpoint/s?
https://api.zoom.us/v2/meetings/{meetingId}