Temenos · OAuth Scopes

Temenos OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://journey.temenos.com/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.

BankingCloud BankingCore BankingDigital BankingFinancial ServicesFintechOpen BankingPaymentsWealth Management
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://journey.temenos.com/oauth2/authorize https://auth.temenos.com/oauth2/authorize
Token URL
https://journey.temenos.com/oauth2/token https://auth.temenos.com/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
admin Administrative access authorizationCode
read Read access authorizationCode
write Write access authorizationCode

Source

OAuth Scopes

temenos-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/temenos-journey-manager-openapi.yml, openapi/temenos-transact-openapi.yml
schemes:
- name: oauth2
  source: openapi/temenos-journey-manager-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://journey.temenos.com/oauth2/authorize
    tokenUrl: https://journey.temenos.com/oauth2/token
- name: oauth2
  source: openapi/temenos-transact-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.temenos.com/oauth2/authorize
    tokenUrl: https://auth.temenos.com/oauth2/token
  description: OAuth 2.0 authentication for API access
scopes:
- scope: admin
  description: Administrative access
  flows:
  - authorizationCode
  sources:
  - openapi/temenos-transact-openapi.yml
- scope: read
  description: Read access
  flows:
  - authorizationCode
  sources:
  - openapi/temenos-journey-manager-openapi.yml
  - openapi/temenos-transact-openapi.yml
- scope: write
  description: Write access
  flows:
  - authorizationCode
  sources:
  - openapi/temenos-journey-manager-openapi.yml
  - openapi/temenos-transact-openapi.yml