Oracle Transportation Management OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://login.oracle.com/oauth2/v1/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.

LogisticsTransportationFreightSupply ChainShippingGlobal TradeOracle
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://login.oracle.com/oauth2/v1/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
otm.read Read OTM data clientCredentials
otm.write Write OTM data clientCredentials

Source

OAuth Scopes

oracle-transportation-management-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/oracle-otm-business-objects-openapi.yml
schemes:
- name: oauth2
  source: openapi/oracle-otm-business-objects-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://login.oracle.com/oauth2/v1/token
scopes:
- scope: otm.read
  description: Read OTM data
  flows:
  - clientCredentials
  sources:
  - openapi/oracle-otm-business-objects-openapi.yml
- scope: otm.write
  description: Write OTM data
  flows:
  - clientCredentials
  sources:
  - openapi/oracle-otm-business-objects-openapi.yml