Description
I’m getting an error when trying to call the create api end point. My application log registered 55 api calls, and the documentation says that the limit is 100 per day.
Is there a way to consult the zoom api log to check what are these created meetings?
{"code":429,"message":"You have exceeded the daily rate limit (100) of Meeting Create/Update API requests permitted for this particular user. You may resume these requests at GMT 00:00:00."}
But I didn’t create 100 meetings. There isn’t 100 meetings created on my account. I need a way to check all API calls and what is causing this over limit.
I’m using the “add meeting registrant” endpoint to add my guests. I presume that it doesn’t affect my creating meeting limit right?