Get Meeting API is not working but giving 200 ok status

Description
I have tried several attempts at passing the ID of the meeting to the
/meetings/{ID} API, and every time I get the 200 ok status and in the result no records.

Error
No error but there is a record and it is not showing in the result Preview.

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

Which Endpoint/s?
/meetings/{ID}

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

  1. https://api.zoom.us/v2/users/w0ZO-pVtQI2sYwy58KwXOQ/meetings/91751477726
  2. you will get the 200 ok status but no record in the result tab

Screenshots (If applicable)

Additional context
Add any other context about the problem here.

Hi Team,

Any update on this?

Thanks

Hi @webinars5,

Thanks for sharing this example—it looks like your request URL format is the issue.

If you’re attempting to retrieve details for a given meeting, you should follow the below format, without reference to users:
https://api.zoom.us/v2/meetings/meetingId

Let me know if this helps :slight_smile:

Thanks,
Will

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