Trioptima · OAuth Scopes

Trioptima OAuth Scopes

OAuth 2.0 derived

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

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

CME GroupDerivativesFinancial ServicesOSTTRAPortfolio CompressionPost-Trade ServicesReconciliationRisk Management
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.trireduce.com/oauth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read-only access to cycles, trades, and results clientCredentials
write Full access to submit trades, risk data, and confirmations clientCredentials

Source

OAuth Scopes

trioptima-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/trioptima-trireduce-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/trioptima-trireduce-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.trireduce.com/oauth/token
scopes:
- scope: read
  description: Read-only access to cycles, trades, and results
  flows:
  - clientCredentials
  sources:
  - openapi/trioptima-trireduce-api-openapi.yml
- scope: write
  description: Full access to submit trades, risk data, and confirmations
  flows:
  - clientCredentials
  sources:
  - openapi/trioptima-trireduce-api-openapi.yml