Pagination in the Advanced API

Hi,

I’m trying to get a list of all the API developers from /api/portal/developers but I see the results are paginated.
There’s a key in the response like “Pages”: 18 but I cannot seem to access the other pages.
I haven’t been able to find how to do so in the documentation and I tried a few things without success like /api/portal/developers?page=2, /api/portal/developers?Page=2, /api/portal/developers/2.

Could anyone advise me on how to access the rest of the pages?

Thanks in advance!

Hi Alican,

which product are you on ?
you should be able to access the pages from /portal/developers/?p=1.

Thanks,
Kos @ Tyk Support Team

Hi Kos,

Thank you, p worked fine. Should’ve thought of it :slight_smile: