Zoom API / Zoom Rooms API - missing functionality

On this page: https://developers.zoom.us/docs/zoom-rooms/#schedule

You say:

The Zoom Room APIs on this page will also be deprecated on June 1, 2023. A new set of Zoom Room APIs, providing equivalent functionality, is available for Server-to-Server OAuth or OAuth app types. See Zoom Rooms and Use Zoom Room controls for details on how to these APIs.

It’s been recommended that I use method 13 from here: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/ZoomRoomsControls

However, this does not mirror the functionality in the old, JWT API

This contains the following field

“callback_url”: “https:// api. test. zoom. us /callback?token=123”

This is the only way that we can get the meeting number, which we can then use to get the Join URL

URL, the Context-Type field would return the application/json value, and the payload response would contain the {"request_id";: 123, "meeting_number":"1234567890"} value.

Without this callback in the “new” API, how can we obtain the meeting number, in order to retrieve the Join URL?

Thanks

Tom

Hello!

This is getting really quite urgent now, can anyone help please?

https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/ZoomRoomsControls

Once we’ve added a meeting, how can we retrieve the meeting_id, so that we can get the Join URL?

Thanks

Tom