MVMNT · OAuth Scopes

MVMNT OAuth Scopes

OAuth 2.0 searched

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

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.

FreightLogisticsTransportation Management SystemSupply ChainBrokerageShippingPaymentsCompany
Scopes: 1 Flows: Method: searched

Scopes (1)

ScopeDescriptionFlows
mvmnt-api Default scope granting access to the MVMNT API surface authorized for the client. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.mvmnt.io/getting-started/authentication
docs: https://docs.mvmnt.io/getting-started/authentication
spec_source: openapi/mvmnt-openapi-original.yml
note: >-
  MVMNT uses OAuth 2.0 client-credentials (machine-to-machine). The OpenAPI declares a single
  http bearer (JWT) scheme rather than granular oauth2 scopes. Tokens are issued with a single
  default scope; there is no per-resource scope taxonomy published.
schemes:
  - name: OAuth2ClientCredentials
    type: oauth2
    flow: clientCredentials
    tokenUrl: https://api.mvmnt.io/oauth2/token
scopes:
  - scope: mvmnt-api
    description: Default scope granting access to the MVMNT API surface authorized for the client.
    flows: [clientCredentials]