get https://api.fintoc.com/v1/links/
List every Link
you have ever created. The listed Links
are returned ordered, with the latest created Link
being the first one.
Important
The
accounts
field will benull
when listing theLinks
. To see what accounts are associated to aLink
, make a request to the Retrieve Link endpoint using itslink_token
.
Pagination
Our API supports links pagination. In this section you can find how to access the pagination functionality of our endpoints. Remember that the default value of items per page is 30. If you are missing data, try iterating over the
page
attribute.