How to get responses of multiple pages from an API that has offset instead of page numbers

Hi @dburns74 ! Thank you very much for your reply. I had gone through that post as well. The problem was that there was no information on the page number or in my case “offset” in the request header. According to this post POSTMAN is not designed to do this. I eventually retrieved the data using nodejs. Thank you all the same for your help!