Skip to main content
POST
Get categories for multiple transactions

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.

Body

application/json
transactionIds
string[]
required

Transaction IDs to fetch categories for (maximum 500 per request).

Response

200 - application/json

Category assignments keyed by transaction ID

success
boolean
categories
object

Map of transaction ID to its category assignments. Every requested ID is present; a transaction with no categories maps to an empty array.