Skip to main content
GET
List transactions

Authorizations

Authorization
string
header
required

Finta API key from the dashboard (Bearer token).

Query Parameters

bankConnectionId
string<uuid>

Filter by bank connection ID

bankAccountId
string<uuid>

Filter by bank account ID

categoryId
string<uuid>

Filter by category ID

status
enum<string>
default:posted

Transaction status filter (default: posted)

Available options:
pending,
posted,
deleted,
all
startDate
string<date>

Inclusive start date on posted_date (YYYY-MM-DD)

endDate
string<date>

Inclusive end date on posted_date (YYYY-MM-DD)

cursor
string

Opaque pagination cursor from a previous response

limit
integer
default:50

Page size (default 50, max 250)

Required range: 1 <= x <= 250
includeHidden
boolean
default:false

Include transactions hidden by a rule. Defaults to false.

Response

Transactions for the authenticated user

transactions
object[]
required
pageInfo
object
required