Hello. Need help a bit here.
I was able to implement Infinite scroll with an API that has "skip" and "limit" variable for next page url.
My problem now is when integrating the Twilio API, it now needed "PageToken". But I have no idea how to get it from API requests made in every scroll, and supply it as variable on the next api request.
This is the "PageToken" needed and generated uniquely in every request. It is in "next_page_url".