Skip to main content
List endpoints, such as GET /v1/signatures and GET /v1/teammates, return results one page at a time using page-based pagination. Results are ordered newest first.

Query parameters

The pagination object

Every list response includes a pagination object alongside the data array:

Fetch every page

Request page 1, then increment page until has_more is false:
The same loop in JavaScript: