Ripple Labs · OAuth Scopes

Ripple Labs OAuth Scopes

OAuth 2.0 derived

Ripple Labs 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 Ripple Labs API on a user’s behalf.

Tokens are issued from https://api.ripple.com/v2/oauth/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.

CompanyFinancial ServicesPaymentsCross-Border PaymentsBlockchainCryptocurrencyStablecoinDigital AssetsCustodyWalletFintech
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.ripple.com/v2/oauth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
rlusd_customers:read Read transaction data clientCredentials
rlusd_customers:write Approve pending redemptions clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/ripple-labs-rlusd-openapi-original.yml
schemes:
- name: oauth2
  source: openapi/ripple-labs-rlusd-openapi-original.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.ripple.com/v2/oauth/token
scopes:
- scope: rlusd_customers:read
  description: Read transaction data
  flows:
  - clientCredentials
  sources:
  - openapi/ripple-labs-rlusd-openapi-original.yml
- scope: rlusd_customers:write
  description: Approve pending redemptions
  flows:
  - clientCredentials
  sources:
  - openapi/ripple-labs-rlusd-openapi-original.yml