List account statements

Get a paginated list of statements for an account. When specifying a date range, both startTime and endTime must be provided together. Defaults to the last 7 days if no date range is specified. Data is available for up to 24 months from the current date.

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token with the read:bank_accounts scope

Path parameters

idstringRequiredformat: "uuid"
Unique identifier for the account

Query parameters

limitintegerOptional10-100Defaults to 10

Number of results per page. Clamped to the range 10–100.

pageKeystringOptionalformat: "uuid"

Cursor token for pagination. Pass the nextPageKey value from a previous response.

startTimestringOptionalformat: "date"

Start date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with endTime or omitted entirely.

endTimestringOptionalformat: "date"

End date for filtering results (inclusive). Format: YYYY-MM-DD. Must be specified together with startTime or omitted entirely.

Response

A paginated list of statements
statementslist of objects
pageobject
Pagination metadata for list responses.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error