List Meeting API

Description
A clear and concise description of what the question is.
I use API to create a meeting but I cannot get the meeting list for the same userID.

Error
Return 404

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWI

Which Endpoint/s?
https://api.zoom.us/users/{userID}/meetings

Hey @lyc

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

Sorry. Those threads didn’t solve my issue.

Hey @lyc,

Please fill out the post template so we have enough information about the issue:


Description
A clear and concise description of what the question is.

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.


Thanks,
Tommy

Description
A clear and concise description of what the question is.
I use API to create a meeting but I cannot get the meeting list for the same userID.

Error
Return 404

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWI

Which Endpoint/s?
https://api.zoom.us/users/{userID}/meetings

HI

Do you need my User ID and Token?

Btw, when the return status is 404 … the content returned are:

<!doctype html>

Page Not Found - Zoom <meta property="og:title" content="Video Conferencing, Web Conferen

Hey @lyc,

Can you share your full request URL and the error message from Zoom please?

Thanks,
Tommy

Hi
Do I need to set anything on the access scope?

Below the info you requested.

https://api.zoom.us/users/XU4eV4TgTpGGrY6AQ-talw/meetings?type=scheduled

Status Code: 404
Status:

Return Data … a HTML Page …

Hey @lyc,

This could be an issue with the userId having a - in it. We are investigating and will get back to you. (ZOOM-186412)

As a workaround, please try passing in me or the email in place of the userID.

Thanks,
Tommy

Hi Tommy

Tried using me too and the result still error

https://api.zoom.us/users/me/meetings?type=scheduled
Status Code: 404
Status:

Return Data

By the way, I am using JWT. Is it because of JWT?

I have similar issue for Get A Meeting API. I don’t have issue with create meeting, add registrant etc. You can see the pic below taht I created a meeting using the API with the UserID XU4eV4TgTpGGrY6AQ-talw and use the API to add registrant to the meeting.

https://api.zoom.us/meetings/87258351840
Status Code: 404
Status:

Return Data

You can see the meeting was created.

Hey @lyc,

The issue is you are not using the correct url for our API. It is missing the v2 path.

https://api.zoom.us/v2/meetings/87258351840

Thanks,
Tommy

Hi Tommy

So careless of me and wasting your time.

Thank you for spotting the error.

Have a nice day!

1 Like

Happy to help! :slight_smile:

Thanks for building with Zoom, and let me know if you have any other questions!

-Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.