---
title: "Sage Intacct API Directory"
url: "http://35.223.47.52/blog/sage-intacct-api-directory/"
date: "2026-08-13T12:59:50+00:00"
modified: "2026-08-22T15:12:26+00:00"
type: "post"
---

# Sage Intacct API Directory

[Blog](http://35.223.47.52/blog) / [API Directory](http://35.223.47.52/blogs/api-directory/) / Sage Intacct API Directory [API Directory](http://35.223.47.52/blogs/api-directory/) · August 13, 2026 

Sage Intacct API Directory
==========================

 ![](https://storage.googleapis.com/knit-website-media/2026/08/64c34c8eb1ffc79e7f787ecd_Akshat-3-150x150.png)Akshat Jain

4 min read

 

 

 [](https://www.linkedin.com/sharing/share-offsite/?url=http%3A%2F%2F35.223.47.52%2Fblog%2Fsage-intacct-api-directory%2F) [](https://twitter.com/intent/tweet?url=http%3A%2F%2F35.223.47.52%2Fblog%2Fsage-intacct-api-directory%2F&text=Sage%20Intacct%20API%20Directory)  

 

 

 

  Table of Contents - [Sage Intacct API Endpoints](#)
- [General Ledger](#)
- [Accounts Receivable](#)
- [Accounts Payable](#)
- [Cash Management](#)
- [Project Management](#)
- [Employee Expenses](#)
- [Order Entry (for Sales and Inventory)](#)
- [Reporting](#)
- [Purchasing](#)
- [Contracts and Subscriptions](#)
- [Inventory and Warehousing](#)
- [Purchasing and Vendor Management](#)
- [Fixed Assets](#)
- [Banking and Cash Management](#)
- [Human Resources](#)
- [Tax Management](#)
- [Miscellaneous and System-Level](#)
- [Sage Intacct API FAQs](#)
- [‍](#)
- [Get started with Sage Intacct API](#)
- [‍](#)
 
  Sage Intacct is a cloud-based accounting system designed to help businesses manage their finances more efficiently. It automates essential tasks, provides real-time financial insights, and scales with business growth.

‍

In addition to its core features, Sage Intacct offers powerful APIs that allow seamless integration with other tools and customizable workflows. These APIs enable businesses to automate invoicing, reporting, and payment processing, further enhancing operational efficiency.

‍

Key highlights of Sage Intacct APIs are as follows:

1. **Seamless Integration**: You can easily connect Sage Intacct with other business tools like CRM, payroll, or ERP systems for smooth data exchange.
2. **Automation**: These APIs help you automate financial tasks such as invoicing, payment processing, and reporting, reducing manual effort and errors.
3. **Custom Workflows**: They help you create tailored workflows to fit your business needs, enhancing operational efficiency and flexibility.
4. **Real-Time Data Access**: They can be used to access and update financial data in real-time, ensuring accurate and up-to-date information across systems.
5. **Scalability**: These APIs support growing businesses, allowing for the expansion of financial operations without disruptions.
6. **Extensive Documentation**: Sage Intacct provides detailed API documentation that makes it easier for developers to integrate and build custom solutions.

In this article, we’ll explore how Sage Intacct’s APIs can streamline your financial operations, enhance flexibility, and highlight the most commonly used endpoints.

‍

**Sage Intacct API Endpoints**
------------------------------

‍

Sage Intacct primarily uses a SOAP API for its integrations. The API follows the SOAP protocol and relies on XML for request and response formats, which provides structured and standardized communication. While this means it’s a bit more complex to implement compared to REST APIs, it’s highly secure and reliable, making it well-suited for handling sensitive financial data.

‍

Here are the commonly used Sage Intacct API endpoints, categorized by function:

‍

### **General Ledger**

- **Accounts**: GLACCOUNT
- **Journal Entries**: GLBATCH
- **Statistical Journal Entries**: STATGLBATCH

### **Accounts Receivable**

- **Customers**: CUSTOMER
- **Customer Invoices**: ARINVOICE
- **Customer Payments**: ARPYMT
- **Credit Memos**: ARADJ

### **Accounts Payable**

- **Vendors**: VENDOR
- **Vendor Bills**: APBILL
- **Vendor Payments**: APPYMT
- **Debit Memos**: APADJ

### **Cash Management**

- **Payments**: CMTRANSACTION
- **Deposits**: CMDEPOSIT
- **Charge Card Transactions**: CHARGECARD

### **Project Management**

- **Projects**: PROJECT
- **Tasks**: TASK
- **Project Time Entries**: TIMESHEET
- **Project Expenses**: EXPENSES

### **Employee Expenses**

- **Expense Reports**: EXPENSEREPORT
- **Expense Types**: EXPENSETYPE

### **Order Entry (for Sales and Inventory)**

- **Sales Orders**: SALESORDER
- **Inventory Items**: INVENTORYITEM
- **Inventory Transactions**: ICTRANSACTION

### **Reporting**

- **Reports**: getFinancialReport, getReport

### **Purchasing**

- **Purchase Orders**: PURCHASEORDER
- **Receiving Transactions**: RECEIVE

### **Contracts and Subscriptions**

- **Contracts**: CONTRACT
- **Contract Line Items**: CONTRACTLINE
- **Revenue Recognition Schedules**: REVENUESCHEDULE

### **Inventory and Warehousing**

- **Warehouse Locations**: LOCATION
- **Inventory Control**: ICITEM
- **Inventory Adjustments**: ICADJUSTMENT
- **Inventory Transfers**: ICTRANSFER

### **Purchasing and Vendor Management**

- **Vendor Types**: VENDTYPE
- **Purchase Requisitions**: PURCHASEREQUISITION
- **Vendor Expense Requests**: APADJ

### **Fixed Assets**

- **Fixed Assets**: ASSET
- **Asset Depreciation**: DEPRECIATION
- **Asset Disposals**: ASSETDISPOSAL
- **Asset Transfers**: ASSETTRANSFER

### **Banking and Cash Management**

- **Bank Accounts**: BANKACCOUNT
- **Bank Reconciliation**: RECONCILIATION
- **Bank Deposits**: BANKDEPOSIT

### **Human Resources**

- **Employees**: EMPLOYEE
- **Employee Time**: TIMESHEETENTRY
- **Payroll Details**: (Integration with payroll systems required)

### **Tax Management**

- **Tax Details**: TAXDETAIL
- **Tax Jurisdictions**: TAXJURISDICTION
- **Tax Groups**: TAXGROUP

### **Miscellaneous and System-Level**

- **Attachments**: ATTACHMENTS (for managing document attachments across modules)
- **Custom Objects**: getCustomObject (for custom modules or objects set up within Sage Intacct)
- **User Permissions and Roles**: USERPERMISSIONS, USERROLE

These additional endpoints provide extensive support for more complex financial, HR, tax, and asset management tasks, allowing businesses to integrate Sage Intacct across diverse operations.

‍

[Here’s a detailed reference](https://developer.intacct.com/api/) to all the Sage Intacct API Endpoints.

‍

**Sage Intacct API FAQs**
-------------------------

‍
-

Here are the frequently asked questions about Sage Intacct APIs to help you get started:

‍

1. How do I verify/troubleshoot my API calls? [Answer](https://developer.intacct.com/support/faq/#how-do-i-verifytroubleshoot-my-api-calls)
2. Can I update a statistical journal entry via the API? [Answer](https://developer.intacct.com/support/faq/#can-i-update-a-statistical-journal-entry-via-the-api)
3. Are there any volume limits around the Intacct API? [Answer](https://developer.sage.com/intacct/performance-tiers/white-paper-performance-tiers.pdf)
4. Does Sage Intacct support Pagination? [Answer](https://developer.sage.com/accounting/guides/efficiencies/pagination/)
5. What return format should I use for best results when using readByQuery and readMore? [Answer](https://developer.intacct.com/support/faq/#where-can-i-find-information-about-generic-andor-object-specific-functions)

Find more FAQs [here](https://developer.intacct.com/support/faq/).

‍

**Get started with Sage Intacct API**
-------------------------------------

‍
-

Sage Intacct API access is available for integration after a thorough internal review to ensure alignment with your business needs. However, if you’re looking to quickly connect with multiple HR, Accounting, CRM, and more integrations consider using Knit—a single API solution that integrates with all major HR platforms, simplifying your setup process.

‍

To sign up for free, [click here](https://dashboard.getknit.dev/signup). To check the pricing, see our [pricing page](/pricing/).

‍

---

**Ready to build this integration?**
Explore Knit’s [Sage Intacct integration](/integration/sage-intacct/) or read more about our [Unified Accounting API](/integration-categories/unified-accounting-api/).

 

 ![](https://storage.googleapis.com/knit-website-media/2026/08/64c34c8eb1ffc79e7f787ecd_Akshat-3-150x150.png)Written by Akshat Jain

Coding chaos into innovation and building from zero to scale

 

 

 

 

 

   Keep Reading
------------

  ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-yellow-scaled-640x400.png) [Tutorials](http://35.223.47.52/blogs/tutorials/) 

### [Sage Intacct API Integration Guide: REST, XML &amp; Auth (2026)](http://35.223.47.52/blog/sage-intacct-api-integration-guide-in-depth/)

Sage Intacct API guide covering REST (recommended) and XML/SOAP (legacy). Includes OAuth 2.0 auth, Web Services credentials, Performance Tier rate…

 May 7, 2026 · 20 min read 

 

   ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-yellow-scaled-640x400.png) [API Directory](http://35.223.47.52/blogs/api-directory/) 

### [Get Started with Darwinbox API: Complete Integration Guide](http://35.223.47.52/blog/a-to-z-of-integrating-with-darwinbox-api/)

Solve all your doubts about integrating with Darwinbox API with this guide

 August 13, 2026 · 4 min read 

 

   ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-green-640x400.png) [API Directory](http://35.223.47.52/blogs/api-directory/) 

### [Get Started with SuccessFactors API](http://35.223.47.52/blog/get-started-with-successfactors-api/)

Read this before you integrate with SuccessFactors API. We've got you all covered from endpoints to SuccessFactors API use cases…

 August 13, 2026 · 3 min read 

 

  

 

  \#1 in Ease of Integrations
---------------------------

![4.9 out of 5 stars](/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)

4.9 out of 5 stars on G2

![G2 Leader, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-leader.svg)![G2 Fastest Implementation, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-fastest-implementation.svg)![G2 High Performer, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-high-performer.svg)![G2 Best Est. ROI, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-best-roi.svg)

 

  Put Integrations on Autopilot. Talk to Experts.
-----------------------------------------------

Knit is loved by customers across the globe due to our seamless product and white glove support. You'll love us too!

 [Talk to a Human](/book-demo)
