Spare · OAuth Scopes

Spare OAuth Scopes

OAuth 2.0 searched

Spare uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

Open BankingOpen FinanceAccount InformationPayment InitiationAISPPISPConsentBank DataTransactionBalancesPaymentsFintechMENASaudi ArabiaBahrainUAE
Scopes: 0 Flows: Method: searched

Scopes (0)

Spare implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Spare authenticates with OAuth2 client-credentials (see authentication/), but data access is governed by an open-banking CONSENT permission model rather than token scopes. When creating a Consent the client requests a set of AccountInformationPermission values; the end user authorises them in their bank app, and each AIS operation requires specific permissions on the active consent (the API reference lists the required permissions per endpoint). These consent permissions are the effective scope surface and are enumerated verbatim below.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi AccountInformationPermission + ConsentScope enums (all AIS/PIS specs)
docs: https://docs.tryspare.com/docs/consent-1
note: >-
  Spare authenticates with OAuth2 client-credentials (see authentication/), but
  data access is governed by an open-banking CONSENT permission model rather than
  token scopes. When creating a Consent the client requests a set of
  AccountInformationPermission values; the end user authorises them in their bank
  app, and each AIS operation requires specific permissions on the active consent
  (the API reference lists the required permissions per endpoint). These consent
  permissions are the effective scope surface and are enumerated verbatim below.
consent_scopes:
- scope: Accounts
  description: Account Information Services consent scope.
- scope: Payments
  description: Payment Initiation Services consent scope.
account_information_permissions:
- ReadAccountsBasic
- ReadAccountsDetail
- ReadBalances
- ReadBeneficiariesBasic
- ReadBeneficiariesDetail
- ReadDirectDebits
- ReadTransactionsBasic
- ReadTransactionsDetail
- ReadTransactionsCredits
- ReadTransactionsDebits
- ReadStatementsBasic
- ReadStatementsDetail
- ReadSupplementaryAccountInfo
- ReadOffers
- ReadParty
- ReadPartyCustomer
- ReadFutureDatedPaymentsBasic
- ReadFutureDatedPaymentsDetail
- ReadPAN
- ReadPartyPSU
- ReadPartyPSUIdentity
- ReadScheduledPaymentsBasic
- ReadScheduledPaymentsDetail
- ReadStandingOrdersBasic
- ReadStandingOrdersDetail
example_required_permissions:
- operation: GET /api/v1.0/ais/Account/List
  permissions: [ReadAccountsBasic, ReadAccountsDetail]
- operation: GET /api/v1.0/ais/Balance/Get
  permissions: [ReadAccountsBasic, ReadAccountsDetail, ReadBalances]
- operation: GET /api/v1.0/ais/Balance/History
  permissions: [ReadAccountsBasic, ReadAccountsDetail, ReadBalances, ReadTransactionsBasic, ReadTransactionsDetail, ReadTransactionsDebits, ReadTransactionsCredits]
- operation: GET /api/v1.0/ais/Beneficiary/Get
  permissions: [ReadBeneficiariesBasic, ReadBeneficiariesDetail]

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/spare-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.