Description
Every time I try to make a GET request with a zoom meeting ID, I receive the “meeting does not exist error”. The only meeting ID that does provide the expected API response is my own personal meeting ID.
I’ve tried making the GET request with meeting IDs that I know are valid, and keep getting the same error.
Error
{
“code”: 3001,
“message”: “Meeting does not exist: 190210132.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
I am currently using JWT.
Which Endpoint/s?
api.zoom.us/v2/meetings/{meetingId}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Make API request with credentials and valid zoom meeting ID
- See error