QuickBooks Online · OAuth Scopes

QuickBooks Online OAuth Scopes

OAuth 2.0 derived

QuickBooks Online publishes 5 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the QuickBooks Online 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.

AccountingBookkeepingInvoicingSmall BusinessFinancePaymentsPayroll
Scopes: 5 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 (5)

ScopeDescriptionFlows
com.intuit.quickbooks.accounting Accounting scope authorizationCode
com.intuit.quickbooks.payment Payments scope authorizationCode
email User email authorizationCode
openid OpenID Connect authorizationCode
profile User profile authorizationCode

Source

OAuth Scopes

quickbooks-online-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/quickbooks-online-openapi.yml
schemes:
- name: OAuth2
  source: openapi/quickbooks-online-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://appcenter.intuit.com/connect/oauth2
    tokenUrl: https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer
  description: Intuit OAuth 2.0
scopes:
- scope: com.intuit.quickbooks.accounting
  description: Accounting scope
  flows:
  - authorizationCode
  sources:
  - openapi/quickbooks-online-openapi.yml
- scope: com.intuit.quickbooks.payment
  description: Payments scope
  flows:
  - authorizationCode
  sources:
  - openapi/quickbooks-online-openapi.yml
- scope: email
  description: User email
  flows:
  - authorizationCode
  sources:
  - openapi/quickbooks-online-openapi.yml
- scope: openid
  description: OpenID Connect
  flows:
  - authorizationCode
  sources:
  - openapi/quickbooks-online-openapi.yml
- scope: profile
  description: User profile
  flows:
  - authorizationCode
  sources:
  - openapi/quickbooks-online-openapi.yml