I would like to retrieve the approval type of a past meeting, I use https://api.zoom.us/v2/meetings/{meetingId} but it says returns:
{
“code”: 3001,
“message”: “Meeting does not exist: XXXXXXX.”
}
my case is : using the API to automate the generation of some reports of only those meeting/webinar with the registration option enabled and send to some parties.