Get a bank connection
Returns one bank connection.
Authorizations
A workspace API key created in ThinkOut settings. One key reads one workspace.
Path Parameters
Response
The bank connection.
One authorisation with one bank. Several accounts can share a connection, and a workspace can hold several connections to the same bank.
"bank"The bank's name as the provider reports it.
"ING Bank"
ISO 3166-1 alpha-2 country of the bank.
^[A-Z]{2}$"RO"
The state of the connection as of ThinkOut's last exchange with the provider.
connected is working. loading is a sync in progress. requires_action needs a
person to sign in or re-approve the connection in ThinkOut, and no new transactions
arrive until they do. error is a failure ThinkOut could not resolve on its own,
and covers any provider state ThinkOut cannot place.
Only connected means the data behind it is current.
connected, loading, requires_action, error When the provider last returned data successfully. null when it never has.
This is the age of the data, not the age of the connection. A connection can sit
at connected with a last_sync_at days old, which is the case worth alerting
on.
When the bank consent needs renewal, if the provider reports it. Once it passes, the connection stops returning new transactions until someone re-approves it.
When the connection was first authorised.