Referencia de APIAccounting / Chart Of Accounts Get Chart Of Accounts by accountid balance with sources
GET /v1/chart-of-accounts/:accountId/balance-with-sources • validated by `getAccountBalanceWithSources`
← Back to full API referenceGET/v1/chart-of-accounts/:accountId/balance-with-sourcesAuthentication required
- Requires organization permissions for this resource.
- Validated by Zod schema: getAccountBalanceWithSources.
Request details
Path params
accountId
Required path parameter.
Query params
fromDate
Type: string
toDate
Type: string
includeSources
Type: enum
Example: false
Body fields
No body payload expected for GET endpoints.
Default payloads
Query
{
"fromDate": "string",
"toDate": "string",
"includeSources": "false"
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
GET/v1/chart-of-accounts/:accountId/balance-with-sourcesAuthentication required
Group: Accounting / Chart Of Accounts
GET /v1/chart-of-accounts/:accountId/balance-with-sources • validated by `getAccountBalanceWithSources`
- Requires organization permissions for this resource.
- Validated by Zod schema: getAccountBalanceWithSources.
Query params
- fromDate
Type: string
- toDate
Type: string
- includeSources
Type: enum
Ejemplo: false
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.