Data API

This endpoint allows you to retrieve vehicle data through a RESTful interface. The raw Swagger specification is available at https://github.com/highmobility/open-api-specifications/blob/main/hm-vehicle-data-api-v1.yml

Vehicle Data

get
/v1/vehicle-data/autoapi-13/{vin}
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : all configured vehicle data
  • : all all configured vehicle data
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:

OAuth2clientCredentialsRequired
Token URL:
Path parameters
vinstringRequired

Vehicle Identification number

Responses
chevron-right
200

successful operation

application/json
request_idstringOptional

The request tracking id. Provide request_id when facing issue

Example: 2c85d1f9a23623ac5deeb7eecba61a5f
vinstringOptional

The unique Vehicle Identification Number

Example: 1HM62652356323000
brandstring · enumOptional

The vehicle brand

Possible values:
get
/v1/vehicle-data/autoapi-13/{vin}

Last updated

Was this helpful?