Returns all bank statement submissions for a user
Documents
List bank statement submissions
Retrieve paginated bank statement submissions for a given user. Each submission includes the extracted data (account information, statement period, balance information, and transactions) when available.
GET
Returns all bank statement submissions for a user
Documentation Index
Fetch the complete documentation index at: https://docs.goteal.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
ID of the user to get bank statements for
Query Parameters
The offset to start at
Required range:
x >= 0The number of items to return
Required range:
1 <= x <= 1000Filter out bank statements created before the given date
Example:
"2024-01-01T00:00:00.000Z"
Filter out bank statements created after the given date
Example:
"2024-12-31T23:59:59.000Z"