Static Data API

Vehicle Data. This is a proxy call to Dat's FinanceLine/soap/VehicleIdentificationService:getVehicleData API. Docs: https://www.dat.de/fileadmin/de/support/interface-documentation/MG/SilverDAT_Schnittstellen-Kompendium_Mag/#/home/1987/20/21

get

Returns vehicle static data for the given VIN.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : static vehicle data
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
vinstringRequired

Vehicle Identification number

Responses
chevron-right
200

successful operation

application/json
get
/v1/vehicle-static-data/{vin}/data

Vehicle Valuation Data. This is a proxy call to Dat's FinanceLine/soap/Evaluation:getVehicleEvaluation API. Docs: https://www.dat.de/fileadmin/de/support/interface-documentation/MG/SilverDAT_Schnittstellen-Kompendium_Mag/#/home/2156/20/21

post
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : static vehicle data
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
vinstringRequired

Vehicle Identification number

Body
odometernumberOptionalExample: 1222
registration_datestringOptionalExample: 2010-01-01
country_codestringOptional

The target market for the valuation. A two-letter country code as defined in the ISO 3166-1 standard.

Example: DE
Responses
chevron-right
200

successful operation

application/json
post
/v1/vehicle-static-data/{vin}/valuation
Deprecated

Vehicle Static Data. This is a proxy call to Dat's FinanceLine/soap/VehicleIdentificationService:getVehicleIdentificationByVin API. Docs: https://www.dat.de/fileadmin/de/support/interface-documentation/MG/SilverDAT_Schnittstellen-Kompendium_Mag/#/home/1798/20/21

get
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : static vehicle data
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
vinstringRequired

Vehicle Identification number

Responses
chevron-right
200

successful operation

application/json
get
/v1/vehicle-static-data/{vin}

Last updated

Was this helpful?