Sage Intacct RESTLedger Accounts

Sage Intacct REST Ledger Accounts API

Sync permissioned ledger accounts data with Sage Intacct REST through Apideck's unified API. One integration, instant access to the governed data your team needs.

Supported Operations for Sage Intacct REST Ledger Accounts

Full CRUD support available through our unified API

list
get
create
update
delete

Supported Fields

17 fields

Fields available for Sage Intacct REST Ledger Accounts

iddisplay_idnominal_codecodeclassificationtypenamedescriptiontax_typeactivestatuscategoriesparent_accountupdated_bycreated_by+2 more

API Model Preview

Sample response structure for ledger accounts

{
  "id": "12345",
  "display_id": "12345",
  "nominal_code": "CODE-001",
  "code": "CODE-001",
  "classification": "standard",
  "type": "standard",
  "name": "Example Name",
  "description": "Example Description",
  "tax_type": "standard",
  "active": true,
  "status": "active",
  "categories": [
    {
      "id": "12345",
      "name": "Tag Name"
    }
  ],
  "parent_account": {
    "id": "12345"
  },
  "updated_by": {
    "id": "12345",
    "name": "John Doe",
    "email": "john.doe@example.
  ...

Quick Start Example

Start syncing Sage Intacct REST ledger accounts in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List ledger accounts from Sage Intacct REST
const result = await apideck.accounting.ledgerAccounts.list({
  serviceId: 'sage-intacct-rest'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified ledger accounts data
Related Data Models

Other Sage Intacct REST Data You Can Sync

Explore more Sage Intacct RESTresources available through Apideck's unified API

Sage Intacct REST SDKs

Build Sage Intacct REST integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Get started for free