Skip to main content
POST
Create category set

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
name
string
required
Example:

"Business Expenses"

description
string
Example:

"All business-related expense categories"

color
string
Example:

"#3B82F6"

icon
string
Example:

"Briefcase"

Response

Category set created

success
boolean
set
object

A category set for organizing categories into groups (e.g., Business Expenses, Tax Deductible, Personal). Elite+ feature.

message
string