Retrieve all transactions for a user - does not include data-enriched transaction properties

Requires transactions:read:all or transactions_unenriched:read:all scope. Transactions usually start around the account opening date however in most cases we only retrive the last 12 months before the connection was created. The Opening Date is available at the /accounts endpoint.

Query Params
ids
array of uuids
length ≤ 50

Filter on the transaction's Ids (maximum allowed 50)

ids
integer
0 to 1000

The total number of records to retrieve

integer
0 to 1000000000

The offset at which to start retrieving records

date

The earliest date to receive transactions from (inclusive)

date

The latest date to receive transactions from (inclusive)

date

The earliest date the transactions were modified (inclusive)

date

The latest date the transactions were modified (inclusive)

string

The text to filter transactions descriptions by

string

The account id to filter transactions by

accountIds
array of strings

The account ids to filter transactions by

accountIds
string

Filter transactions depending on whether they are credit or debit transactions

boolean
Defaults to false

Ensures ONLY the count of transactions is returned in the meta object

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json