List bank statements

Retrieves available bank statements from connected Plaid accounts

Headers

AuthorizationstringRequired

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

Query parameters

entityIdstringRequired
The ID of the entity to list statements for
accountIdstringOptional
Optional specific account ID to filter statements

Response

Statements listed successfully
statementslist of objects or null
Array of statement data grouped by account
total_accountsinteger or null
Total number of accounts queried
successful_accountsinteger or null
Number of accounts that successfully returned statements

Errors