High Mobility · OAuth Scopes

High Mobility OAuth Scopes

OAuth 2.0 derived

High Mobility publishes 1 OAuth 2.0 scope via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the High Mobility API on a user’s behalf.

Tokens are issued from https://api.high-mobility.com/v1/access_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.

AutomotiveConnected CarsIoTVehicle Data
Scopes: 1 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://owner-panel.high-mobility.com/oauth/new
Token URL
https://api.high-mobility.com/v1/access_token
Flows
clientCredentialsauthorizationCode

Scopes (1)

ScopeDescriptionFlows
vehicle:data Read connected vehicle data authorizationCode, clientCredentials

Source

OAuth Scopes

high-mobility-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/high-mobility-openapi.yml
schemes:
- name: oauth2
  source: openapi/high-mobility-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.high-mobility.com/v1/access_token
  - flow: authorizationCode
    authorizationUrl: https://owner-panel.high-mobility.com/oauth/new
    tokenUrl: https://api.high-mobility.com/v1/access_token
scopes:
- scope: vehicle:data
  description: Read connected vehicle data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/high-mobility-openapi.yml