GET
/
api
/
banking
/
uncategorized
/
accounts
/
{accountId}

Headers

Authorization
string
required

Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.

Example:

"Bearer bc_1234567890abcdef"

organization-id
string
required

Required if Authorization is a JWT token. The organization ID to operate within.

Path Parameters

accountId
number
required

Bank account ID

Query Parameters

page
number

Page number for pagination

Example:

1

pageSize
number

Number of items per page

Example:

10

minDate
string

Minimum date for filtering transactions

Example:

"2023-01-01"

maxDate
string

Maximum date for filtering transactions

Example:

"2023-12-31"

minAmount
number

Minimum amount for filtering transactions

Example:

100

maxAmount
number

Maximum amount for filtering transactions

Example:

1000

Response

200

Returns a list of uncategorized transactions for the specified bank account