Learn how pagination is implemented in the Nomba API
limit
indicating the amount of data you want the endpoint to provide at a time. After a successful response, the endpoint furnishes the requested data along with a cursor
. This cursor
is essential for navigating to the subsequent page, which contains the next batch of items.