v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBBalances API
Create a Balance
Use this endpoint to add new balances to an account.
post/v1/organizations/{organization_id}/ledgers/{ledger_id}/accounts/{account_id}/balances
Path parameters
organization_idstring uuid required
The unique identifier of the Organization associated with the Ledger.
ledger_idstring uuid required
The unique identifier of the associated Ledger.
account_idstring uuid required
The unique identifier of the account.
Headers
Content-Typestring
The type of media of the resource. Recommended value is application/json.
X-Request-Idstring uuid
A unique identifier used to trace and track each request.
Authorizationstring
Bearer JWT token for authentication. Required when PLUGIN_AUTH_ENABLED=true (enforced in multi-tenant deployments). Optional in default OSS single-tenant mode. Format: Bearer <token>
Request body
Response
Indicates that the request was successful and the response contains the expected data.