Supported Operations for Sage Intacct Journals

List operation available through our unified API

list
get
create
update
delete

Quick Start Example

Start syncing Sage Intacct journals 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 journals from Sage Intacct
const result = await apideck.accounting.journals.list({
  serviceId: 'sage-intacct'
})

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

Other Sage Intacct Data You Can Sync

Explore more Sage Intacctresources available through Apideck's unified API

Launch accounting integrations in weeks, not months

Get started for free