How to request multiple pages in a single API GET request?

Reference: https://api.aftership.com/v4/trackings?page=1

I am trying to retrieve multiple pages from a single GET request.

I have asked the developer but was told there is no native way to request multiple pages (for example supporting the parameter “&page=1toX”).

In Parabola, what is the recommended way to request from multiple API endpoints?
https://api.aftership.com/v4/trackings?page=1
https://api.aftership.com/v4/trackings?page=2
• …

The only way I can think of is having 1x “Pull from an API” step for each page I want. Though I am trying to request ≥100 pages :sweat_smile:

Hi @John - Happy to help! It sounds like setting the Pagination section of the Pull from API step to a Page Key and value style may work for this API. If you set that section up like this are you able to see everything pull in?

Screen Shot 2022-12-05 at 7.45.31 PM

That perfectly solved the issue, thank you!

I had so many trigger steps… now it’s just one :smiling_face_with_three_hearts: