Skip to main content
GET
List accounts

Authorizations

Authorization
string
header
required

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

Query Parameters

bank_id
string<uuid>[]

Only accounts fed by these bank connections. Comma-separated for several.

expand
enum<string>[]

Relations to return as full objects instead of ids. Comma-separated.

Without it every relation is an id. Naming one here replaces the id with the object it points at. Expansion goes one level deep; an unsupported name is rejected.

Supported here: bank.

Available options:
bank

Response

Every account in the workspace.

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

Always false. This list is not paged.

next_cursor
null
required

Always null. This list is not paged.