API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/users/me/upcoming_meetings
**Description**
The upcoming meetings API returns an empty response for some accounts, even though there are meetings scheduled on the zoom website. This behavior is very flaky, as it only happens for some of the accounts I’ve tested this with and works fine for the rest.
Error?
The response for the upcoming meetings API is an empty JSON object.
{} ← this is the response
How To Reproduce
Steps to reproduce the behavior:
This issue only seems to happen for some accounts, and hence the reproducibility is not guaranteed. But to try, the following steps can be performed
- Acquire an access token by going through any appropriate authentication flow. We used the device code flow.
- Schedule a few meetings on your Zoom account.
- Use the access code form the previous step to make a request to the API linked above.
- Observe the response.