By default, the information that you request Belvo to retrieve from the financial institutions is stored in our database and can be accessed at anytime.
When you want to access a List of any available resource, you will receive a page of maximum 100 items. If you have more than 100 items, you can use the "page" parameter to access the next pages of items.
Also, you will see directly in the response if another page of items is available :
{
"count": 616,
"next": "http://api.belvo.co/api/transactions/?page=2",
"previous": null,
"results": [
...
]
}
Calling this next URL, you will get the next page of items:
curl https://api.belvo.co/api/transactions/?page=2 \
-u [Secret Key ID]:[Secret Key PASSWORD]