Connections
The most important concept in Vumi Finlink API: connections 🔗
Whenever a user connects an entity to your app through the Link, a new connection is created. Connections are identified through a unique identifier called connectionToken
.
Connections in Vumi Finlink are always recurrent. This means that if the data can be updated daily (because the user does not have MFA, the credentials are being stored and the account is not temporarily unaccessible), it will be updated.
We recommend configuring webhooks to update connection data whenever new data is available, instead of using less efficient approaches like polling.
These are the endpoints available for the connections resource:
Endpoint
Method
Description
Last updated