Algbra · OAuth Scopes

Algbra OAuth Scopes

OAuth 2.0 searched

Algbra publishes 4 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Algbra API on a user’s behalf.

Tokens are issued from https://secure.tell.systems/algbra/auth/oidc/token.

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.

Financial ServicesBankingOpen BankingPSD2OBIEUnited KingdomPaymentsAccount InformationFintechEthical FinanceBanking as a Service
Scopes: 4 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://secure.tell.systems/algbra/auth/oidc/authorize
Token URL
https://secure.tell.systems/algbra/auth/oidc/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
accounts Read access to accounts, balances, beneficiaries and transactions (AIS). authorizationCode, clientCredentials
openid OpenID Connect authentication (id_token) as part of the FAPI flow. authorizationCode
payments Initiate payments on the customer's behalf (PIS) - documented, not separately specified. authorizationCode, clientCredentials
fundsconfirmations Confirm availability of funds (CBPII) - documented, not separately specified. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-23'
method: searched
source: openapi/algbra-account-transaction-api-openapi.yml
docs: https://developer.algbralabs.com/open-banking-uk/introduction
note: >-
  OAuth2 schemes/scope 'accounts' derived from the harvested AIS spec; the additional
  OBIE scopes (openid, payments, fundsconfirmations) are documented in Algbra's Open
  Banking security model and the OBIE Read/Write Standard for the PIS/CBPII surfaces,
  which are not separately specified.
schemes:
- name: PSUOAuth2Security
  source: openapi/algbra-account-transaction-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://secure.tell.systems/algbra/auth/oidc/authorize
    tokenUrl: https://secure.tell.systems/algbra/auth/oidc/token
  description: PSU authorization-code flow requiring SCA with the ASPSP.
- name: TPPOAuth2Security
  source: openapi/algbra-account-transaction-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://secure.tell.systems/algbra/auth/oidc/token
  description: TPP client-credentials authorisation flow with the ASPSP.
scopes:
- scope: accounts
  description: Read access to accounts, balances, beneficiaries and transactions (AIS).
  flows: [authorizationCode, clientCredentials]
  sources: [openapi/algbra-account-transaction-api-openapi.yml]
- scope: openid
  description: OpenID Connect authentication (id_token) as part of the FAPI flow.
  flows: [authorizationCode]
  sources: [docs]
- scope: payments
  description: Initiate payments on the customer's behalf (PIS) - documented, not separately specified.
  flows: [authorizationCode, clientCredentials]
  sources: [docs]
- scope: fundsconfirmations
  description: Confirm availability of funds (CBPII) - documented, not separately specified.
  flows: [clientCredentials]
  sources: [docs]