Api Returning "Meeting Does Not Exist" When Webinar Exists

API Endpoint(s) and/or Zoom API Event(s)
https://zoom.us/v2/past_webinars/85329779392/participants

Description
Api is returning “meeting does not exist” when the webinar exists and has already ended. I’ve also checked, apparently I’m accessing it with the correct account credentials.

Error

  • “404 - {"code":3001,"message":"Meeting does not exist: 85329779392."}”

How To Reproduce
Curl:

curl --location ‘https://zoom.us/v2/past_webinars/85329779392/participants
–header ‘Authorization: Bearer {token here}’
–header ‘Content-Type: application/json’

1 Like