Links
Links
Endpoints
- 1 refresh per link per hour for account data
- 1 refresh per link per hour for transaction data
- 1 refresh per link per day for account numbers
- 1 refresh per link per day for identity data
Get Link Details
Fetches details about a link.
Update Link
Updates the link configuration.
Delete Link
Deletes this link and disables its access token.
After deletion, the link id and access token are no longer valid and cannot be used to access any data that was associated with it.
Refresh Products
Requests an update of the provided products for the link.
This is an asynchronous operation. The response will be a 202 Accepted if the request was successful.
Refreshes are subject to rate limiting.
Rate Limiting
Import Link
Creates a new link with pre-populated accounts and transactions. The new link will be created
in an initially disconnected
state, with an error code of auth_expired
, but all data will be available.
As with any disconnected link, the imported link can then be reconnected at any time by starting a new
/link-session with existing_link_id
set to the link's link_id
. Note that the link can be
reconnected using any suitable provider.
The imported data has a maximum size limit of 1MB, which corresponds very roughly to about 4000 transactions. The data is processed synchronously, so you can expect a delay of up to 10 seconds before the response is transmitted. You should set generous HTTP read timeouts to avoid disconnecting before the import is complete.