Intuit · OAuth Scopes

Intuit OAuth Scopes

OAuth 2.0 derived

Intuit publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Intuit API on a user’s behalf.

Tokens are issued from https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://appcenter.intuit.com/connect/oauth2
Token URL
https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
com.intuit.quickbooks.accounting Access to QuickBooks Online Accounting API authorizationCode

Source

OAuth Scopes

intuit-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/quickbooks-accounting.yml
schemes:
- name: oauth2
  source: openapi/quickbooks-accounting.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://appcenter.intuit.com/connect/oauth2
    tokenUrl: https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer
  description: Intuit uses OAuth 2.0 for authorization. Apps must be registered on the Intuit
    Developer portal to obtain client credentials. Access tokens have a 60-minute lifetime and
    can be refreshed using refresh tokens (100-day lifetime).
scopes:
- scope: com.intuit.quickbooks.accounting
  description: Access to QuickBooks Online Accounting API
  flows:
  - authorizationCode
  sources:
  - openapi/quickbooks-accounting.yml