
Integrate with QuickBooks Desktop using Agave API
QuickBooks Desktop is a desktop accounting and financial management software used by Construction firms. Using Agave, you can integrate with QuickBooks Desktop and dozens of other systems in hours using a single API. Note: Agave only supports the US version at the moment, with CA/UK upon request.


Sync
QuickBooks Desktop
data with your application
- Integrate in hours, not weeks.
- Connect QuickBooks Desktop to your tools (e.g. ERP, CRM, procurement).
- Unified data model + passthrough requests give you control.
- Developer-friendly: built-in sandbox, guides, and support.
API ENDPOINTS
READ
WRITE
Easy to learn and test
Agave API comes fully equipped with everything you need to start transferring data as quickly as possible

Sandbox and Sample Data
Agave has sandbox environments with sample data that you can use instead of spending time creating your own.

Integration Guide
Up-to-date tutorials and solutions to common errors for you and your users.
curl https://api.agaveapi.com/projects \
-H 'Api-Version: 2021-11-21' \
-H 'Client-Id: your-client-id' \
-H 'Client-Secret: your-client-secret' \
-H 'Account-Token: autodesk-build-account-token'
BASH
Example Request
{
"id": "...",
"name": "Test Project-1",
"start_date": "2022-01-01",
"status": "Active",
...
}
JSON
Returns unified project object like this