Banking Uncategorized Transactions
Get uncategorized transactions for a specific bank account
GET
Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
Bank account ID
Query Parameters
Page number for pagination
Example:
1
Number of items per page
Example:
10
Minimum date for filtering transactions
Example:
"2023-01-01"
Maximum date for filtering transactions
Example:
"2023-12-31"
Minimum amount for filtering transactions
Example:
100
Maximum amount for filtering transactions
Example:
1000
Response
200
Returns a list of uncategorized transactions for the specified bank account