v1

latestOpenAPI 3.1.02026-07-139674137.3 KB
Accounts

Create manual account

Create a manual (non-bank-linked) account and seed today's balance snapshot. Mirrors the Zero m.accounts.createAccount mutator. subtype must belong to the chosen type vocabulary. creditLimit only valid when type === "credit". currentBalance is signed: positive for assets, negative for liabilities.

post/api/accounts/manual

Request body

creditLimitnumber
currencystring
currentBalancenumber required
institutionNamestring
logoDomainstring
namestring required
subtype'credit card' | 'line of credit' | 'checking' | 'savings' | 'cash' | 'brokerage' | 'ira' | 'roth ira' | '401k' | 'hsa' | 'crypto' | 'mortgage' | 'student' | 'auto' | 'personal' required
type'depository' | 'credit' | 'investment' | 'loan' required

Response

Created account id

idstring required