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