Freight Waves · OAuth Scopes

Freight Waves OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.freightwaves.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.

CompanyFreightLogisticsSupply ChainTransportationTruckingMarket DataAnalyticsFreight RatesSONAR
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.freightwaves.com/oauth/authorize
Token URL
https://api.freightwaves.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp:read Read-only access to SONAR freight-market data through the MCP server. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: well-known/freight-waves-oauth-authorization-server.json
docs: https://api.freightwaves.com/.well-known/oauth-authorization-server
notes: >-
  Scopes here belong to the FreightWaves hosted MCP server's OAuth 2.1
  authorization server (issuer https://api.freightwaves.com), not the SONAR REST
  API (which uses opaque bearer tokens with no scope surface).
schemes:
- name: mcpOAuth
  source: well-known/freight-waves-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.freightwaves.com/oauth/authorize
    tokenUrl: https://api.freightwaves.com/oauth/token
    codeChallengeMethods: [S256]
scopes:
- scope: mcp:read
  description: Read-only access to SONAR freight-market data through the MCP server.
  flows: [authorizationCode]
  sources: [well-known/freight-waves-oauth-authorization-server.json]