Good point. That's curious I'm not getting the same links with a web browser vs python requests module.
Python :
{'first': {'url': 'https://api.meraki.com/api/v1/organizations/xxxxxx/networks?perPage=3&startingAfter=L_0', 'rel': 'first'}, 'prev': {'url': 'https://api.meraki.com/api/v1/organizations/xxxxx/networks?endingBefore=L_xxxxxxx&perPage=3', 'rel': 'prev'}, 'next': {'url': 'https://api.meraki.com/api/v1/organizations/xxxxxxx/networks?perPage=3&startingAfter=L_xxxxx', 'rel': 'next'}, 'last': {'url': 'https://api.meraki.com/api/v1/organizations/6xxxxx/networks?endingBefore=N_a&perPage=3', 'rel': 'last'}}
Browser :
<https://n329.meraki.com/api/v1/organizations/xxxx/networks?perPage=1000&startingAfter=L_0>; rel=first, <https://n329.meraki.com/api/v1/organizations/xxxx/networks?endingBefore=N_a&perPage=1000>; rel=last
( redacted )