---
title: "Returns the external information we have on the vehicle"
method: GET
path: "/v1/resourceowner/vehicles3/VehicleInformation"
tags: ["ResourceOwnerVehicle3V2"]
---

# Returns the external information we have on the vehicle

`GET /v1/resourceowner/vehicles3/VehicleInformation`

## Query parameters

- `identifier` string
- `identifierType` 0 | 1

## Response `200`

The vehicles are returned

- TransportstyrelsenInfoModel
  - `HasInformation` boolean
  - `Make` string
  - `Model` string
  - `MakeImageUrl` string
  - `ModelYear` integer
  - `BodyStyle` string
  - `FuelType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  - `TransmissionType` 0 | 1 | 2
  - `TrailerHitch` boolean

## Other responses

- `403` — Request is forbidden, meaning you don't have access to this vehicle
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
