Skip to main content
POST
Match the given uncategorized transaction.

Headers

Authorization
string
required

Value must be 'Bearer ' where 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.

Body

application/json
uncategorizedTransactions
number[]
required

Uncategorized transaction IDs to match

Example:
matchedTransactions
string[]
required

The entries to match

Example:

Response

201 - undefined