Avenue Bank · OAuth Scopes

Avenue Bank OAuth Scopes

OAuth 2.0 searched

Avenue Bank 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 Avenue Bank API on a user’s behalf.

Tokens are issued from https://consumerdatastandardsaustralia.github.io/standards/#security-profile.

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 Data RightConsumer BankingBusiness BankingBank GuaranteesAustraliaADI
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://consumerdatastandardsaustralia.github.io/standards/#security-profile
Token URL
https://consumerdatastandardsaustralia.github.io/standards/#security-profile
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
bank:accounts.basic:read Account name, type, balance and masked account number.
bank:accounts.detail:read Account numbers and full account details.
bank:transactions:read Transactions on an account.
bank:payees:read Saved payees.
bank:regular_payments:read Direct debits, scheduled payments and instalment plans.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/avenue-bank-cds-banking-openapi.json
docs: https://consumerdatastandardsaustralia.github.io/standards/#authorisation-scopes
note: The harvested OpenAPI does not enumerate oauth2 scopes (bare DSB banking contract). These are the
  standardized CDR banking authorisation scopes the endpoints require per the Consumer Data Standards,
  mapped to the operations in this repo. Product Reference Data endpoints are public and require no scope.
  Live status unverified (API host returned HTTP 403 WAF on 2026-07-21).
schemes:
- name: cdr-oauth2
  source: openapi/avenue-bank-cds-banking-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://consumerdatastandardsaustralia.github.io/standards/#security-profile
    tokenUrl: https://consumerdatastandardsaustralia.github.io/standards/#security-profile
scopes:
- scope: bank:accounts.basic:read
  description: Account name, type, balance and masked account number.
  operations:
  - listBankingAccounts
  - getBankingBalance
  - listBankingBalancesBulk
  - listBankingBalancesSpecificAccounts
- scope: bank:accounts.detail:read
  description: Account numbers and full account details.
  operations:
  - getBankingAccountDetail
- scope: bank:transactions:read
  description: Transactions on an account.
  operations:
  - listBankingTransactions
  - getBankingTransactionDetail
- scope: bank:payees:read
  description: Saved payees.
  operations:
  - listBankingPayees
  - getBankingPayeeDetail
- scope: bank:regular_payments:read
  description: Direct debits, scheduled payments and instalment plans.
  operations:
  - listDirectDebits
  - listDirectDebitsBulk
  - listDirectDebitsSpecificAccounts
  - listScheduledPayments
  - listScheduledPaymentsBulk
  - listScheduledPaymentsSpecificAccounts
  - listInstalmentPlans
  - listInstalmentPlansBulk