Overview
Create a new account holder to organize and manage transactions. Account holders represent individuals or businesses whose transactions you want to track and analyze.- Customer Management: Create account holders for your customers
 - Transaction Organization: Group transactions by account holder
 - Multi-User Systems: Set up different account holders for different users
 - Business Analytics: Track spending patterns by account holder type
 
Authorizations
API key for authentication
Body
application/json
The unique ID of the account holder
Minimum length: 
1Example:
"35b927b6-6fda-40aa-93b8-95b47c2b2cad"
The type of the account holder
Available options: 
consumer, business Example:
"consumer"
The name of the account holder
Example:
"John Doe"
The category set ID to use for this account holder's transactions
Example:
"category_id"
Response
Account holder created successfully
The unique ID of the account holder
Minimum length: 
1Example:
"35b927b6-6fda-40aa-93b8-95b47c2b2cad"
The type of the account holder
Available options: 
consumer, business Example:
"consumer"
The timestamp of when the account holder was created
Example:
"2024-03-30T00:00:00Z"
The name of the account holder
Example:
"John Doe"
The category set ID to use for this account holder's transactions
Example:
"category_id"

