List bank statements

Retrieves available bank statements from connected Plaid accounts

Authentication

AuthorizationBearer

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
Array of statement data grouped by account
total_accountsinteger
Total number of accounts queried
successful_accountsinteger
Number of accounts that successfully returned statements

Errors

400
Bad Request Error
500
Internal Server Error