Meeting API vs. Dashboard API for JWT app

Hello!

I use a JWT application for service-to-service use case. With JWT, I can call the meeting API of a past meeting to get its details. However, when I call the dashboard API to get the meeting details, I got 404. See the attachment.

Why I got 404 in the latter? Based on the API doc, there are more information in dashboard API. That is why I am trying dashboard API.

Hello! Zoom team,

Can you help me on this?

Hi @heidi.zh.n to retrieve the details of a past meeting using the Meetings Dashboard API, use a ?type=past query parameter on the request.

Thank you. I missed the query parameter.

Let us know if there’s anything else we can help about :slight_smile: