Skip to main content
GET
List transactions of a given external account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

external_account_id
string<uuid>
required

External Account ID

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Query Parameters

start_date
string<date>
required

Date range filtering for transactions. Date is inclusive. Date must be in UTC.

end_date
string<date>
required

Date range filtering for transactions. Date is exclusive. Date must be in UTC.

Response

The external account

transactions
object[]
required

Array of transactions of a given external account