Skip to main content
GET
List transactions by login identity id

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

offset
integer
default:0

default is 0

limit
integer
default:500

default is 500, max is 1000

Required range: 1 <= x <= 1000
enrichments
boolean
default:false

when true, response will be enriched transactions; otherwise it will be raw transactions

Response

Successful

total_transactions
integer
required
accounts
object[]
institution
object
login_identity
object
transactions
object[]