Skip to main content
POST
Sync bank transactions

Body

application/json
slug
string
required

The slug of the bank connection.

cursor
string

Cursor for pagination of transactions.

Response

Default Response

transactions
any[]
required

Array of added transactions.

hasMore
boolean
required

Whether there are more transactions to fetch.

nextCursor
string | null
required

Cursor for the next page of transactions.

modified
any[]
required

Array of modified transactions.

removed
any[]
required

Array of removed transactions.