---
title: "Get all vehicles that the logged in user has access to"
method: GET
path: "/v1/resourceowner/contactvehicle"
tags: ["ResourceOwnerContactVehicle"]
---

# Get all vehicles that the logged in user has access to

`GET /v1/resourceowner/contactvehicle`

Only vehicles that the user is associated with will be returned by this operation.

## Response `200`

The vehicelse are returned

- ContactVehicleDetailModel[]
  - `ContactVehicleId` integer
  - `VehicleId` integer
  - `NumberPlate` string
  - `MakeModelName` string
  - `ContactId` integer
  - `ContactName` string
  - `LastModified` string, date-time
  - `Created` string, date-time
  - `Scopes` string[]

## Other responses

- `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)
