GET
/
transactions
{
  "data": [
    {
      "id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10",
      "description": "Transfer to bank account",
      "method": "other",
      "amount": 100,
      "name": "Vercel Inc.",
      "date": "2024-06-12",
      "currency": "USD",
      "status": "posted",
      "category": "travel",
      "balance": 10000
    }
  ]
}

Query Parameters

provider
enum<string>
required
Available options:
teller,
plaid,
gocardless
Example:

"teller"

accountId
string
required

Get transactions by accountId

Example:

"5341343-4234-4c65-815c-t234213442"

accountType
enum<string>
required

Get transactions with the correct amount depending on credit or depository

Available options:
credit,
depository
Example:

"depository"

accessToken
string

Used for Teller and Plaid

Example:

"token-123"

latest
enum<string>

Get latest transactions

Available options:
true,
false
Example:

"true"

Response

200
application/json
Retrieve transactions
data
object[]
required