As we understand, there is a rate limit for Meeting requests of 100 per day. We use the api to create meetings. We want to implement a feature with which several meetings can be created at once (at once meaning, for the user on our side doing one action - of course the meetings will have to be created one after the other…).
Before we start a batch of creating, say, 20 new meetings, we would like to query if there are still 20 requests left for us for that day. Is that possible?
