Create a new account in the chart of accounts
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Body
Account code (e.g., 1000, 2100)
20"1000"
Account name
255"Cash and Cash Equivalents"
Account type
ASSET, LIABILITY, EQUITY, REVENUE, EXPENSE "ASSET"
Subsidiary (company) scope; omit only when intentionally creating an org-wide account row.
Parent account ID for sub-accounts
Default currency (ISO 4217) for UI display only. Accounts are multi-currency; postings record currency on journal lines.
3"USD"
Whether this account supports multiple currencies (default true).
true
Account description