Get Detail of Last created Meeting via Laravel

i integrated Zoom Api in Laravel application. I can create meeting, get all meetings but after creating a meeting i cant get details of last created meeting. it return just “exists : true” but i need all details of meetings like example in api document.

“client”: {},
“exists”: true,
“wasRecentlyCreated”: false,
“passOnKeys”:
this is what return after creating a meeting.

Hey @akhanferdi,

What API are you using to get the details of the last meeting?

Please share the link to the docs.

Thanks,
Tommy

I have solved the problem. thank you.

1 Like

Happy to hear you solved it! :slight_smile:

Thanks,
Tommy