I recommend use the Python library, it will do the page handling and many other things for you such as handling rate limiting - if you still want to write your own, you can see how the library code does it. Install 'meraki' with pip... https://pypi.org/project/meraki/ Project on github... https://github.com/meraki/dashboard-api-python
... View more