Bank of Queensland · OAuth Scopes

Bank of Queensland OAuth Scopes

OAuth 2.0 searched

Bank of Queensland publishes 9 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Bank of Queensland API on a user’s behalf.

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.

FinancialBanksOpen BankingCDRConsumer BankingAustraliaProduct Reference DataADI
Scopes: 9 Flows: Method: searched

Scopes (9)

ScopeDescriptionFlows
openid OpenID Connect authentication (required for the CDR authorization flow). authorizationCode
profile CDR consumer profile scope requested alongside the data scopes. authorizationCode
bank:accounts.basic:read Read basic account information (account list and masked identifiers). authorizationCode
bank:accounts.detail:read Read detailed account information including full account numbers and features. authorizationCode
bank:transactions:read Read account transaction history and transaction detail. authorizationCode
bank:payees:read Read saved payees for the consumer's accounts. authorizationCode
bank:regular_payments:read Read direct debits and scheduled/regular payments. authorizationCode
common:customer.basic:read Read basic customer information (name and contact type). authorizationCode
common:customer.detail:read Read detailed customer information including contact details. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/bank-of-queensland-cds-banking-products-openapi.yml
docs: https://consumerdatastandardsaustralia.github.io/standards/#authorisation-scopes
# The harvested DSB CDS Banking contract declares no oauth2 securitySchemes, so the
# derive pass returned empty. These authorisation scopes are the mandated Australian
# Consumer Data Right (CDR) banking scopes that BOQ, as an accredited data holder,
# implements verbatim. The public Product Reference Data (PRD) surface needs NO scope
# (unauthenticated); every scope below gates the consumer-authorized data-sharing APIs
# accessed through the CDR / Accredited Data Recipient (ADR) model (OAuth2 + OIDC/FAPI,
# authorization_code, MTLS-bound tokens). Authorization and token endpoints are the
# holder's per-brand CDR InfoSec endpoints discovered via OIDC (not openly published).
schemes:
  - name: CDRAuthorizationCode
    type: oauth2
    flow: authorizationCode
    fapi_profile: FAPI 1.0 Advanced (Australia CDR security profile)
    source: docs
scopes:
  - scope: openid
    description: OpenID Connect authentication (required for the CDR authorization flow).
    flows: [authorizationCode]
  - scope: profile
    description: CDR consumer profile scope requested alongside the data scopes.
    flows: [authorizationCode]
  - scope: bank:accounts.basic:read
    description: Read basic account information (account list and masked identifiers).
    grants: [listBankingAccounts, getBankingBalance]
    flows: [authorizationCode]
  - scope: bank:accounts.detail:read
    description: Read detailed account information including full account numbers and features.
    grants: [getBankingAccountDetail]
    flows: [authorizationCode]
  - scope: bank:transactions:read
    description: Read account transaction history and transaction detail.
    grants: [listBankingTransactions, getBankingTransactionDetail]
    flows: [authorizationCode]
  - scope: bank:payees:read
    description: Read saved payees for the consumer's accounts.
    grants: [listBankingPayees]
    flows: [authorizationCode]
  - scope: bank:regular_payments:read
    description: Read direct debits and scheduled/regular payments.
    grants: [listDirectDebits, listScheduledPayments]
    flows: [authorizationCode]
  - scope: common:customer.basic:read
    description: Read basic customer information (name and contact type).
    flows: [authorizationCode]
  - scope: common:customer.detail:read
    description: Read detailed customer information including contact details.
    flows: [authorizationCode]