Rate Limits Question when calls are Paginated

Description
Does each paginated call with next page token for same meeting QoS count towards rate limits?

Specifically this one -https://api.zoom.us/v2/metrics/meetings/{meetingId}/participants/{participantId}/qos

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth

Which Endpoint/s?
(https://api.zoom.us/v2/metrics/meetings/{meetingId}/participants/{participantId}/qos)

Hi @vaibhavsaher , yes it does. Subsequent requests to specific pages are counted as a different response. You can read more about pagination here:

https://marketplace.zoom.us/docs/api-reference/pagination/

Let me know if this helps!
Gianni

Hi @gianni.zoom Thank you.

Is there a way for me to force my developer account to emulate daily rate limits reached condition, I am asking this to test without limiting my account to forever low API call limits.

Thank you again.
Vaibhav

Hi @gianni.zoom

Is there way I can request to lower the API rate limits for my test account for testing and revert them back once done?

Thank you,
Vaibhav