API Endpoint(s) and/or Zoom API Event(s) meeting_summary
Description Only meeting_summary endpoint returns error code 300: invalid meeting id, while I can successfully get that same meeting info using the meeting endpoint
Error? code 300: Invalid meeting id
How To Reproduce Steps to reproduce the behavior: 1. OAuth App 2. make a request to meeting endpoint and then meeting_summary endpoint and provide the same meeting id https://api.zoom.us/v2/meetings/{{meetingId}} https://api.zoom.us/v2/meetings/{{meetingId}}/meeting_summary 3. The first call works, the second returns the error: code 300: Invalid meeting id
Hi @madinaharabic great you have it enabled. Can you confirm it was on for that particular meeting? Check the portal for the past meeting and see if you see “view meeting summary”.
I’m facing the same issue. I am able to see the meeting summary in the My Summaries section for the meeting, but cannot download the same summary using the API endpoint(meetings/<meeting_id>/meeting_summary).