How to setup API Action paging?

Are there any posts or guides to setting up paging to retrieve data from a 3rd-party API and saving it into the database?

The API I’m attempting to pull data from only provides an offset and limit and doesn’t tell me what the next page is. I am able to get a count of items I need to get from another API before I call the API I need to get the paged data from.

Community Page
Last updated: