<a href="https://www.openledger.com/contact" target="_blank">We are iterating quickly on our docs, please reach out if you need latest and greatest! 🔥🚀</a>
Get a demoPostman Collection
GuideReact SDKAPI Reference
GuideReact SDKAPI Reference
  • API Overview
    • Reference
    • Authentication
    • Rate Limits
    • Pagination
We are iterating quickly on our docs, please reach out if you need latest and greatest! 🔥🚀
LogoLogo
Get a demoPostman Collection
API OverviewAPI EndpointsQbo Accounts

GET
/v1/qbo/accounts
GET
/v1/qbo/accounts
1curl -G https://api-staging.openledger.com/v1/qbo/accounts \
2 -H "Authorization: Bearer <token>" \
3 -d entityId=entityId
Try it
200Retrieved
1{
2 "success": true,
3 "data": [
4 {
5 "id": "string",
6 "name": "string",
7 "type": "string",
8 "section": "string",
9 "group": "string",
10 "subgroup": "string",
11 "balance": 1.1,
12 "currency": "string",
13 "status": "string",
14 "ledgerAccountId": "string",
15 "ledgerAccount": {
16 "id": "string",
17 "name": "string",
18 "type": "ASSET",
19 "financialType": "string",
20 "code": 1,
21 "subTypeCode": 1,
22 "exists": true
23 },
24 "mapping": {}
25 }
26 ]
27}
Was this page helpful?
Previous

Get QBO contacts

Next
Built with
Retrieve all QuickBooks Online accounts with optional mapping and balance information. Returns internal ledger account IDs when they exist in the system.
Get QBO Chart of Accounts

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query Parameters

entityIdstringRequired
Entity ID
includeMappingbooleanOptional
Include ledger account mapping
accountTypestringOptional
Filter by account type
includeBalancebooleanOptional
Include account balances

Response

QBO accounts data
successboolean or null
datalist of objects or null

Errors

Filter by account type
Include account balances
QBO accounts data