Pagination
When an API response contains an array of records, it will also include a pagination object.
By default, this limit is set to 10, but you can modify it by specifying a value in the ‘limit’ query parameter when making the request.
Please note that the maximum allowed limit is 100.
You can leverage the pagination object to make subsequent requests and retrieve more records.
The structure of the pagination object can be found here.
Was this page helpful?