Skip to main content
GET
List bank connections

Authorizations

Authorization
string
header
required

A workspace API key created in ThinkOut settings. One key reads one workspace.

Query Parameters

status
enum<string>

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.

Available options:
connected,
loading,
requires_action,
error
limit
integer
default:100

Page size.

Required range: 1 <= x <= 500
cursor
string

Opaque token from the previous page's next_cursor.

Response

A page of bank connections.

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required

Whether another page exists.

next_cursor
string | null
required

Pass as cursor to fetch the next page. null on the last page.