Volteras · OAuth Scopes

Volteras OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from /v1/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.

CompanyElectric VehiclesConnected VehiclesAutomotiveVehicle TelemetryEV ChargingEnergyMobilityFleet Management
Scopes: 12 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
/v1/oauth2/token
Flows
clientCredentials

Scopes (12)

ScopeDescriptionFlows
vehicle:all Access to everything (all vehicle scopes).
vehicle:information Access to vehicle specifications, options, vin and registration plate.
vehicle:charging_history Access to vehicle charging history.
vehicle:telemetry Access to location and odometer.
vehicle:commands Access to remote commands.
vehicle:driving_behavior
vehicle:location_history
battery:all
battery:telemetry
geofences:all
geofences:read
geofences:write

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/volteras-connect-openapi-original.json
docs: https://docs.volteras.com/overview/scopes
description: >-
  Volteras consent scopes control what data/capabilities an integration gets
  from a connected end-user account; they are passed via the scopes parameter
  when constructing the account connect URL (POST /v1/accounts:connect). The
  API-client credential itself uses OAuth 2.0 client-credentials with no
  client-level scopes. The docs scopes page documents the five vehicle scopes;
  the OpenAPI ScopeEnum additionally declares battery and geofence scopes.
schemes:
  - name: OAuth2ClientCredentialsBearer
    source: openapi/volteras-connect-openapi-original.json
    flows:
      - flow: clientCredentials
        tokenUrl: /v1/oauth2/token
scopes:
  - scope: vehicle:all
    description: Access to everything (all vehicle scopes).
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum, docs]
  - scope: vehicle:information
    description: Access to vehicle specifications, options, vin and registration plate.
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum, docs]
  - scope: vehicle:charging_history
    description: Access to vehicle charging history.
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum, docs]
  - scope: vehicle:telemetry
    description: Access to location and odometer.
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum, docs]
  - scope: vehicle:commands
    description: Access to remote commands.
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum, docs]
  - scope: vehicle:driving_behavior
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
  - scope: vehicle:location_history
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
  - scope: battery:all
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
  - scope: battery:telemetry
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
  - scope: geofences:all
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
  - scope: geofences:read
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
  - scope: geofences:write
    description: null
    sources: [openapi/volteras-connect-openapi-original.json#ScopeEnum]
scoped_endpoints:
  - {endpoint: '/vehicles/[id]', scopes: [vehicle:information], required: false, effect_without_scope: 'Fields excluded: vin, registrationPlate'}
  - {endpoint: '/vehicles/', scopes: [vehicle:information], required: false, effect_without_scope: 'Fields excluded: vin, registrationPlate'}
  - {endpoint: '/vehicles/[id]/options', scopes: [vehicle:information], required: true, effect_without_scope: 401 Response}
  - {endpoint: '/vehicles/[id]/specifications', scopes: [vehicle:information], required: true, effect_without_scope: 401 Response}
  - {endpoint: '/vehicles/[id]/telemetry', scopes: [vehicle:telemetry], required: true, effect_without_scope: 401 Response}
  - {endpoint: '/vehicles/[id]/charging-history', scopes: [vehicle:charging_history], required: true, effect_without_scope: 401 Response}
  - {endpoint: '/vehicles/[id]/charging-history/[id]', scopes: [vehicle:charging_history], required: true, effect_without_scope: 401 Response}
  - {endpoint: '/vehicles/[id]/command-executions/', scopes: [vehicle:commands], required: true, effect_without_scope: 401 Response}