Get Statements
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
statement_type
Type of statement to retrieve. Account statements require account_id. Institution statements require institution_id.
account_id
Required for account-level statement types.
institution_id
Required for institution-level statement types.
start_date
Filter to include only statements after this date (inclusive).
end_date
Filter to include only statements before this date (inclusive)
id_type
Type of the account id. Must be 'institution' or 'None'.
Allowed values:
Response
Successful Response
statements
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error