Description
I am trying to GET the start time and date of a Zoom meeting for a certain {meetingID}, while I am not the owner/creator.
Error
When making the request, I get a 400 Bad request error.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
I am making a GET request to: https://api.zoom.us/v2/meetings/{meetingId}
Additional context
Now I am wondering if it is even possible to make such a request for a meeting that is not yours.