Kevin. · OAuth Scopes

Kevin. OAuth Scopes

OAuth 2.0 searched

Kevin. publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Kevin. API on a user’s behalf.

Tokens are issued from https://api.kevin.eu/platform/auth/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.

CompanyPaymentsOpen BankingAccount to AccountPSD2FintechBank PaymentsPayment InitiationAccount InformationEurope
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.kevin.eu/platform/auth
Token URL
https://api.kevin.eu/platform/auth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
payments Initiate and manage payments on behalf of the authorizing user. authorizationCode
accounts_basic Read basic account information (Account Information Service). authorizationCode

Source

OAuth Scopes

kevin-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://www.npmjs.com/package/@kevin.eu/kevin-platform-client (official SDK, startAuth example)
docs: https://developer.kevin.eu/platform/account-information
schemes:
- name: UserBearerToken
  source: "@kevin.eu/kevin-platform-client"
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.kevin.eu/platform/auth
    tokenUrl: https://api.kevin.eu/platform/auth/token
scopes:
- scope: payments
  description: Initiate and manage payments on behalf of the authorizing user.
  flows: [authorizationCode]
  sources: ["@kevin.eu/kevin-platform-client"]
- scope: accounts_basic
  description: Read basic account information (Account Information Service).
  flows: [authorizationCode]
  sources: ["@kevin.eu/kevin-platform-client"]
notes: >-
  Scopes `payments` and `accounts_basic` are the values documented in the
  official SDK `startAuth` example. kevin.'s AIS surface (getAccounts,
  getAccount, getAccountTransactions, getAccountBalance) implies additional
  account-detail/transaction/balance scopes, but only the two verbatim SDK
  scopes are recorded here to avoid fabrication. Authorization/token URLs are the
  documented api.kevin.eu platform host.