Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Body
application/json
Account name
Required string length:
3 - 255
Example:
"Cash Account"
Type of account
Required string length:
3 - 255
Example:
"asset"
Account code
Required string length:
3 - 6
Example:
"CA001"
Currency code for the account
Example:
"USD"
Account description
Maximum length:
65535
Example:
"Main cash account for daily operations"
ID of the parent account
Example:
1
Whether the account is active
Example:
true
Plaid account ID for syncing
Example:
"plaid_account_123456"
Plaid item ID for syncing
Example:
"plaid_item_123456"
Response
200
The account has been successfully created.