Skip to main content
POST
Assign category to transaction

Authorizations

Authorization
string
header
required

First-party access token for your own signed-in session, obtained from the /api/enterprise-auth/login endpoint. The REST API returns your own account data to you — it is a first-party consumer surface, not a third-party integration channel. Data from connected bank feeds (open-banking / CDR data) is your own data, returned only to you in your own authenticated session.

Path Parameters

transactionId
string
required

Body

application/json
categoryId
string
required
categorySetId
string
isPrimary
boolean
default:false
confidence
number
Required range: 0 <= x <= 1
assignedBy
enum<string>
Available options:
user,
ai,
import,
rule,
bulk
notes
string

Response

200 - application/json

Category assigned

success
boolean
category
object

A category assignment for a transaction. Transactions can have multiple categories from different sets.