Get Statements

Only account statements are available at this time, institution statement support will be coming by January 2026.

Authentication

AuthorizationBearer

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

Query parameters

statement_typeenumRequired

Type of statement to retrieve. Currently only ACCOUNT_MONTHLY_SWEEP is supported.

account_idstring or nullOptional
institution_idstring or nullOptionalformat: "uuid"
start_datestring or nullOptionalformat: "date"

Filter to include only statements after this date (inclusive).

end_datestring or nullOptionalformat: "date"

Filter to include only statements before this date (inclusive)

id_typeenum or nullOptional
Type of the account id. Must be 'institution' or 'None'.
Allowed values:

Response

Successful Response
statementslist of objects

Errors