January 26, 2023 - GET /transactions per/page parameters added
about 2 years ago by Teachable
We've added per and page parameters to the GET /transactions endpoint.
The page parameter is used in pagination when the number of transactions exceeds the maximum amount of results per page. The per parameter is used in pagination to define the amount of transactions per page. The maximum transactions per page is 100. When not defined, the default is 20 per page.