Using this template helps us debug your issues more effectively
Description
Enhancement - it will be good if you can support a API endpoint to query the available host based on date and time. Now we are using a workaround which is to fetch all host and loop through the host array to check if they are available based on the date/time we send. It will incur unnecessary API call and will lead to API rate limit issue when we send the request in parallel. We follow your recommended approach and implement a retry mechanism with a wait. But this is a very painful and inefficient way.
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
API endpoint
Which Endpoint/s?
List user - https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/users
Get meetings - Zoom Meeting API
Additional context
This is important for meeting scheduling automation workflow.