How to get past meeting details

way to list all my past meeting details

GET

/past_meetings/{meetingUUID}

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

  1. https://api.zoom.us/v2/past_meetings/{meetingUUID}
  2. details doesnt shows

the response i received is

Response{protocol=http/1.1, code=200, message=, url=https://api.zoom.us/v2/past_meetings/}

i want to list all my meeting details.

Hey @prembritz

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

Hi guys,

how to get authorization code passing this details using java.

https://zoom.us/oauth/authorize?response_type=code&client_id=PAgEjHFKQhS1D_DKIEw&redirect_uri=https://marketplace.zoom.us/docs/oauth/callback/success

Hey @prembritz,

For your first question, can you ensure that you’re passing the meeting UUID in the request URL and not the headers, and that you’re passing Content-Type application/json in the headers.

In regards to getting the access token for the OAuth flow, you can generate a Java code snippet using the Code tool in Postman—for example:

Thanks,
Will

Hello will.zoom

which endpoint i can use to get all past meeting history from zoom using postman.

any idea will be highly appreciate.

Hi @prembritz,

You can use our GET Past Meeting Details endpoint and LIST Ended Meeting Instances endpoints. :slight_smile:

Best,
Will

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