Ziplink’s API is using pagination for returning sets of resources in most cases. Using the pagination parameters, you can control the number of resources returned per page and the starting point of the page.Documentation Index
Fetch the complete documentation index at: https://docs.ziplink.click/llms.txt
Use this file to discover all available pages before exploring further.
Pagination Parameters
The limit parameter controls the number of resources returned per page. It accepts a positive integer value. The maximum value is
100.The offset parameter controls the starting point of the page. It accepts a non-negative integer value.
Paginated Response
An example of a paginated response is similar to the following:Example paginated response