project44 · OAuth Scopes

project44 OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.project44.com/api/v4/oauth2/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.

LogisticsSupply Chain VisibilityTrackingFreightMulti-modal
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.project44.com/api/v4/oauth2/token
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
tracking.read Read shipment tracking data clientCredentials
tracking.write Create and manage shipments clientCredentials
webhooks.write Manage webhook subscriptions clientCredentials

Source

OAuth Scopes

project44-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/project44-tracking-openapi.yml
schemes:
- name: oauth2
  source: openapi/project44-tracking-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.project44.com/api/v4/oauth2/token
scopes:
- scope: tracking.read
  description: Read shipment tracking data
  flows:
  - clientCredentials
  sources:
  - openapi/project44-tracking-openapi.yml
- scope: tracking.write
  description: Create and manage shipments
  flows:
  - clientCredentials
  sources:
  - openapi/project44-tracking-openapi.yml
- scope: webhooks.write
  description: Manage webhook subscriptions
  flows:
  - clientCredentials
  sources:
  - openapi/project44-tracking-openapi.yml