CargoSmart · OAuth Scopes

CargoSmart OAuth Scopes

OAuth 2.0 derived

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

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

BookingContainerDocumentationGSBNIQAXLogisticsMaritimeOcean FreightScheduleShippingSupply ChainTrackingVisibilityVessel
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

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

Scopes (4)

ScopeDescriptionFlows
bookings:read Read booking data clientCredentials
bookings:write Create and manage bookings clientCredentials
documents:read Read shipping documents clientCredentials
tracking:read Read shipment tracking data clientCredentials

Source

OAuth Scopes

cargosmart-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cargosmart-shipment-tracking-openapi.yml
schemes:
- name: oauth2
  source: openapi/cargosmart-shipment-tracking-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.cargosmart.com/oauth/token
scopes:
- scope: bookings:read
  description: Read booking data
  flows:
  - clientCredentials
  sources:
  - openapi/cargosmart-shipment-tracking-openapi.yml
- scope: bookings:write
  description: Create and manage bookings
  flows:
  - clientCredentials
  sources:
  - openapi/cargosmart-shipment-tracking-openapi.yml
- scope: documents:read
  description: Read shipping documents
  flows:
  - clientCredentials
  sources:
  - openapi/cargosmart-shipment-tracking-openapi.yml
- scope: tracking:read
  description: Read shipment tracking data
  flows:
  - clientCredentials
  sources:
  - openapi/cargosmart-shipment-tracking-openapi.yml