Dear Zoom Support Team,
I am writing to seek assistance regarding an issue we have encountered while stress testing the Zoom API for webinar registrations. Our client is preparing for an upcoming meeting with 500 participants, and we wanted to ensure the reliability of the process.
Here is a brief overview of our testing scenario and the problem we are facing:
- API Endpoints Used:
- To check if a user is already registered:
https://api.zoom.us/v2/meetings/{webinarId}/registrants?next_page_token={token}
- To register a user:
https://api.zoom.us/v2/meetings/{webinarId}/registrants
- Testing Approach:
- We implemented a check to see if a user is already registered before attempting to register them.
- We conducted several experiments with different configurations:
- Varying the number of registrations per minute (1/5/10 minutes).
- Introducing delays between requests.
- Attempting to register without checking if the user is already registered.
- Issue Encountered:
- The API returns the following error after some point:
{"code":2300,"message":"This API endpoint is not recognized."}
- The problem seems to occur randomly after, as successful registrations vary between attempts (e.g., 77, 33, 48 users).
- Request for Assistance:
- We are seeking your expertise to understand the cause of this issue and find a resolution.
- Is there a specific rate limit or constraint that we might be hitting during our stress testing?
- Additional Information:
- We used Postman for stress test
- We have thoroughly reviewed the Zoom API documentation to ensure our implementation aligns with best practices.
Your guidance and support in resolving this matter are highly appreciated. If there are any additional details or logs you require, please let us know, and we will promptly provide them.
Thank you for your time and assistance.