Thredd · OAuth Scopes

Thredd OAuth Scopes

OAuth 2.0 searched

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

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.

PaymentsUnited KingdomIssuer ProcessorCard IssuingPayment ProcessingBanking-as-a-ServiceDigital WalletsCross-BorderFraudOpen BankingFAPI
Scopes: 6 Flows: Method: searched

Scopes (6)

ScopeDescriptionFlows
coreapi Core issuing and card-management platform API (Cards API Hub core). clientCredentials
claimsapi Claims / disputes and chargeback platform service. clientCredentials
ctslite Card Transaction System (CTS) transaction data and reporting service. clientCredentials
dalapi Data access layer service. clientCredentials
mdesrttapi Mastercard Digital Enablement Service (MDES) real-time tokenisation service for digital wallets. clientCredentials
relayapi Relay / event-relay service supporting webhooks and notifications. clientCredentials

Source

OAuth Scopes

thredd-scopes.yml Raw ↑
generated: '2026-07-24'
method: searched
source: https://cardsapidocs.thredd.com/docs/get-an-authentication-token
docs: https://cardsapidocs.thredd.com/v2.0/docs/get-an-authentication-token
note: >-
  Thredd uses OAuth2 client-credentials; the access-token audience/scope claims
  select the backing platform services. Scopes are provisioned per client by the
  Implementation Manager (not requested via a scope parameter in the token call).
  The scope set below is taken verbatim from the documented example access-token
  claims (aud + scope arrays).
schemes:
  - name: oauth2ClientCredentials
    flow: clientCredentials
    token_url: https://oauthuat.globalprocessing.net/connect/token
scopes:
  - scope: coreapi
    description: Core issuing and card-management platform API (Cards API Hub core).
    flows: [clientCredentials]
  - scope: claimsapi
    description: Claims / disputes and chargeback platform service.
    flows: [clientCredentials]
  - scope: ctslite
    description: Card Transaction System (CTS) transaction data and reporting service.
    flows: [clientCredentials]
  - scope: dalapi
    description: Data access layer service.
    flows: [clientCredentials]
  - scope: mdesrttapi
    description: Mastercard Digital Enablement Service (MDES) real-time tokenisation service for digital wallets.
    flows: [clientCredentials]
  - scope: relayapi
    description: Relay / event-relay service supporting webhooks and notifications.
    flows: [clientCredentials]