Lean Technologies · OAuth Scopes

Lean Technologies OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://auth.leantech.me/oauth2/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.

Open BankingOpen FinancePaymentsFinancial DataFintechMENAUAESaudi ArabiaPay by BankBank DataAccount VerificationPayouts
Scopes: 2 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://auth.leantech.me/oauth2/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
api Backend access to Lean's APIs (server-to-server, client_credentials). clientCredentials
customer. Customer-scoped access for the LinkSDK, minted per customer immediately before SDK invocation (>= 10 min validity). clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/lean-technologies-payment-links-openapi.yml, openapi/lean-technologies-schedules-openapi.yml, openapi/lean-technologies-sessions-openapi.yml
docs: https://docs.leantech.me/docs/authentication
schemes:
  - name: OAuth2
    flows:
      - flow: clientCredentials
        tokenUrl: https://auth.leantech.me/oauth2/token
        sandboxTokenUrl: https://auth.sandbox.leantech.me/oauth2/token
    sources:
      - openapi/lean-technologies-payment-links-openapi.yml
      - openapi/lean-technologies-schedules-openapi.yml
      - openapi/lean-technologies-sessions-openapi.yml
scopes:
  - scope: api
    description: Backend access to Lean's APIs (server-to-server, client_credentials).
    flows: [clientCredentials]
    sources: [openapi/lean-technologies-payment-links-openapi.yml]
  - scope: customer.<customer_id>
    description: Customer-scoped access for the LinkSDK, minted per customer immediately before SDK invocation (>= 10 min validity).
    flows: [clientCredentials]
    sources: [docs]