Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

QuickBooks Online Company API

The Company API from QuickBooks Online — 8 operation(s) for company.

QuickBooks Online Company API is one of 2 APIs that QuickBooks Online publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Company. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 8 paths. It is described by OpenAPI 3.1.0, at version v3.

Requests are made against 2 base URLs: https://quickbooks.api.intuit.com, https://sandbox-quickbooks.api.intuit.com.

8 operations 8 paths 0 schemas 5 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v3
Base URL
https://quickbooks.api.intuit.com/v3
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

QuickBooks Online Company API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 5 scopes. By default, every request must be authenticated.

  • OAuth2 — Intuit OAuth 2.0

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 5 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Company 8
POST
/v3/company/{realmId}/customer
Create a customer
createCustomer 1 param → 200
GET
/v3/company/{realmId}/customer/{customerId}
Read a customer
readCustomer 2 params → 200
POST
/v3/company/{realmId}/invoice
Create an invoice
createInvoice 1 param → 200
GET
/v3/company/{realmId}/invoice/{invoiceId}
Read an invoice
readInvoice 2 params → 200
POST
/v3/company/{realmId}/account
Create an account
createAccount 1 param → 200
GET
/v3/company/{realmId}/account/{accountId}
Read an account
readAccount 2 params → 200
GET
/v3/company/{realmId}/query
Run a QuickBooks query
runQuery 2 params → 200
GET
/v3/company/{realmId}/companyinfo/{companyInfoId}
Read company info
readCompanyInfo 2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quickbooks-online-company-api-openapi.yml Raw ↑

Other APIs QuickBooks Online publishes across the network.

QuickBooks Payments API